Class: Aws::SSM::Types::ResourceDataSyncDestinationDataSharing
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ResourceDataSyncDestinationDataSharing
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination_data_sharing_type ⇒ String
The sharing data type.
Instance Attribute Details
#destination_data_sharing_type ⇒ String
The sharing data type. Only ‘Organization` is supported.
16260 16261 16262 16263 16264 |
# File 'lib/aws-sdk-ssm/types.rb', line 16260 class ResourceDataSyncDestinationDataSharing < Struct.new( :destination_data_sharing_type) SENSITIVE = [] include Aws::Structure end |