Class: Aws::Types::S3SignedObject

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)


301
302
303
# File 'sig/types.rbs', line 301

def bucket_name
  @bucket_name
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


302
303
304
# File 'sig/types.rbs', line 302

def key
  @key
end