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)


621
622
623
# File 'sig/types.rbs', line 621

def bucket
  @bucket
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


622
623
624
# File 'sig/types.rbs', line 622

def name
  @name
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


623
624
625
# File 'sig/types.rbs', line 623

def version
  @version
end