Class: Aws::Types::InlineContent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#byte_contentTypes::ByteContentDoc

Returns the value of attribute byte_content.



1563
1564
1565
# File 'sig/types.rbs', line 1563

def byte_content
  @byte_content
end

#text_contentTypes::TextContentDoc

Returns the value of attribute text_content.



1564
1565
1566
# File 'sig/types.rbs', line 1564

def text_content
  @text_content
end

#type"BYTE", "TEXT"

Returns the value of attribute type.

Returns:

  • ("BYTE", "TEXT")


1562
1563
1564
# File 'sig/types.rbs', line 1562

def type
  @type
end