class
Amazonite::Ssm::ResourceDataSyncDestinationDataSharing
- Amazonite::Ssm::ResourceDataSyncDestinationDataSharing
- Reference
- Object
Overview
Synchronize Amazon Web Services Systems Manager Inventory data from multiple Amazon Web Services accounts defined in Organizations to a centralized Amazon S3 bucket. Data is synchronized to individual key prefixes in the central bucket. Each key prefix represents a different Amazon Web Services account ID.
Included Modules
- JSON::Serializable
Defined in:
ssm/resource_data_sync_destination_data_sharing.crConstructors
- .new(pull : JSON::PullParser)
- .new(destination_data_sharing_type : String | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#destination_data_sharing_type : String | Nil
The sharing data type.
-
#destination_data_sharing_type=(destination_data_sharing_type : String | Nil)
The sharing data type.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def destination_data_sharing_type : String | Nil
#
The sharing data type. Only Organization is supported.
def destination_data_sharing_type=(destination_data_sharing_type : String | Nil)
#
The sharing data type. Only Organization is supported.