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)


843
844
845
# File 'sig/types.rbs', line 843

def bucket
  @bucket
end

#bucket_owner ⇒ ::String

Returns the value of attribute bucket_owner.

Returns:

  • (::String)


845
846
847
# File 'sig/types.rbs', line 845

def bucket_owner
  @bucket_owner
end

#key ⇒ ::String

Returns the value of attribute key.

Returns:

  • (::String)


844
845
846
# File 'sig/types.rbs', line 844

def key
  @key
end