Method: Aws::SSM::Types::ResourceDataSyncS3Destination#prefix
- Defined in:
- lib/aws-sdk-ssm/types.rb
#prefix ⇒ String
An Amazon S3 prefix for the bucket.
17307 17308 17309 17310 17311 17312 17313 17314 17315 17316 |
# File 'lib/aws-sdk-ssm/types.rb', line 17307 class ResourceDataSyncS3Destination < Struct.new( :bucket_name, :prefix, :sync_format, :region, :awskms_key_arn, :destination_data_sharing) SENSITIVE = [] include Aws::Structure end |