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_name::String

Returns the value of attribute bucket_name.

Returns:

  • (::String)


2555
2556
2557
# File 'sig/types.rbs', line 2555

def bucket_name
  @bucket_name
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


2556
2557
2558
# File 'sig/types.rbs', line 2556

def key
  @key
end