Class: Aws::Types::S3Location

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)


3007
3008
3009
# File 'sig/types.rbs', line 3007

def bucket
  @bucket
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


3008
3009
3010
# File 'sig/types.rbs', line 3008

def key
  @key
end