Class: Aws::Types::DefinitionS3Location

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)


62
63
64
# File 'sig/types.rbs', line 62

def bucket
  @bucket
end

#object_key::String

Returns the value of attribute object_key.

Returns:

  • (::String)


63
64
65
# File 'sig/types.rbs', line 63

def object_key
  @object_key
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


64
65
66
# File 'sig/types.rbs', line 64

def version_id
  @version_id
end