Class: Aws::SMS::Types::S3Location

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

Overview

Location of an Amazon S3 object.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucketString

The Amazon S3 bucket name.

Returns:

  • (String)


1457
1458
1459
1460
1461
1462
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 1457

class S3Location < Struct.new(
  :bucket,
  :key)
  SENSITIVE = []
  include Aws::Structure
end

#keyString

The Amazon S3 bucket key.

Returns:

  • (String)


1457
1458
1459
1460
1461
1462
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 1457

class S3Location < Struct.new(
  :bucket,
  :key)
  SENSITIVE = []
  include Aws::Structure
end