Class: Aws::SSM::Types::ResourceDataSyncDestinationDataSharing

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/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

Instance Attribute Details

#destination_data_sharing_typeString

The sharing data type. Only Organization is supported.

Returns:

  • (String)


16167
16168
16169
16170
16171
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 16167

class ResourceDataSyncDestinationDataSharing < Struct.new(
  :destination_data_sharing_type)
  SENSITIVE = []
  include Aws::Structure
end