Class: Aws::Types::S3ObjectSource

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)


1305
1306
1307
# File 'sig/types.rbs', line 1305

def bucket
  @bucket
end

#key ⇒ ::String

Returns the value of attribute key.

Returns:

  • (::String)


1306
1307
1308
# File 'sig/types.rbs', line 1306

def key
  @key
end