Class: Aws::Types::S3Object

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)


1613
1614
1615
# File 'sig/types.rbs', line 1613

def bucket
  @bucket
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1614
1615
1616
# File 'sig/types.rbs', line 1614

def name
  @name
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


1615
1616
1617
# File 'sig/types.rbs', line 1615

def version
  @version
end