Class: Aws::Types::S3Destination

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bucket::String

Returns the value of attribute bucket.

Returns:

  • (::String)


1195
1196
1197
# File 'sig/types.rbs', line 1195

def bucket
  @bucket
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


1196
1197
1198
# File 'sig/types.rbs', line 1196

def key
  @key
end

#metadata_key::String

Returns the value of attribute metadata_key.

Returns:

  • (::String)


1197
1198
1199
# File 'sig/types.rbs', line 1197

def 
  @metadata_key
end