Class: Aws::Types::Message

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#content::String

Returns the value of attribute content.

Returns:



652
653
654
# File 'sig/types.rbs', line 652

def content
  @content
end

#content_type"PlainText", ...

Returns the value of attribute content_type.

Returns:



651
652
653
# File 'sig/types.rbs', line 651

def content_type
  @content_type
end

#group_number::Integer

Returns the value of attribute group_number.

Returns:



653
654
655
# File 'sig/types.rbs', line 653

def group_number
  @group_number
end