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)


95
96
97
# File 'sig/types.rbs', line 95

def bucket
  @bucket
end

#prefix ⇒ ::String

Returns the value of attribute prefix.

Returns:

  • (::String)


96
97
98
# File 'sig/types.rbs', line 96

def prefix
  @prefix
end