Class: Aws::Types::S3Reference

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)


56
57
58
# File 'sig/types.rbs', line 56

def bucket
  @bucket
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


57
58
59
# File 'sig/types.rbs', line 57

def key
  @key
end

#object_version::String

Returns the value of attribute object_version.

Returns:

  • (::String)


58
59
60
# File 'sig/types.rbs', line 58

def object_version
  @object_version
end