Class: Aws::Types::ByteContentDoc

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:identifier, :data])

Instance Attribute Summary collapse

Instance Attribute Details

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


870
871
872
# File 'sig/types.rbs', line 870

def content_type
  @content_type
end

#data::String

Returns the value of attribute data.

Returns:

  • (::String)


871
872
873
# File 'sig/types.rbs', line 871

def data
  @data
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


869
870
871
# File 'sig/types.rbs', line 869

def identifier
  @identifier
end