Class: Aws::Types::BlobMetadata

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#blob_id::String

Returns the value of attribute blob_id.

Returns:

  • (::String)


220
221
222
# File 'sig/types.rbs', line 220

def blob_id
  @blob_id
end

#mode::String

Returns the value of attribute mode.

Returns:

  • (::String)


222
223
224
# File 'sig/types.rbs', line 222

def mode
  @mode
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


221
222
223
# File 'sig/types.rbs', line 221

def path
  @path
end