Class: Aws::Types::S3Path

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)


1711
1712
1713
# File 'sig/types.rbs', line 1711

def bucket
  @bucket
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


1712
1713
1714
# File 'sig/types.rbs', line 1712

def key
  @key
end