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)


2980
2981
2982
# File 'sig/types.rbs', line 2980

def bucket
  @bucket
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


2981
2982
2983
# File 'sig/types.rbs', line 2981

def key
  @key
end