class Amazonite::Ssm::DeleteResourceDataSyncRequest

Included Modules

Defined in:

ssm/delete_resource_data_sync_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(sync_name : String, sync_type : String | Nil = nil) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def sync_name : String #

The name of the configuration to delete.


[View source]
def sync_name=(sync_name : String) #

The name of the configuration to delete.


[View source]
def sync_type : String | Nil #

Specify the type of resource data sync to delete.


[View source]
def sync_type=(sync_type : String | Nil) #

Specify the type of resource data sync to delete.


[View source]
def validate! : Nil #

[View source]