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)


4366
4367
4368
# File 'sig/types.rbs', line 4366

def bucket
  @bucket
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


4367
4368
4369
# File 'sig/types.rbs', line 4367

def key
  @key
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


4368
4369
4370
# File 'sig/types.rbs', line 4368

def version
  @version
end