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)


1242
1243
1244
# File 'sig/types.rbs', line 1242

def bucket
  @bucket
end

#prefix ⇒ ::String

Returns the value of attribute prefix.

Returns:

  • (::String)


1243
1244
1245
# File 'sig/types.rbs', line 1243

def prefix
  @prefix
end