Class: Aws::Types::ByteContentDoc

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:data, :identifier])

Instance Attribute Summary collapse

Instance Attribute Details

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


483
484
485
# File 'sig/types.rbs', line 483

def content_type
  @content_type
end

#data::String

Returns the value of attribute data.

Returns:

  • (::String)


484
485
486
# File 'sig/types.rbs', line 484

def data
  @data
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


485
486
487
# File 'sig/types.rbs', line 485

def identifier
  @identifier
end