Class: Aws::S3Files::Types::GetSynchronizationConfigurationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#file_system_idString

The ID or Amazon Resource Name (ARN) of the S3 File System to retrieve the synchronization configuration for.

Returns:

  • (String)


800
801
802
803
804
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 800

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