Class: Aws::Types::Message
- Inherits:
-
Object
- Object
- Aws::Types::Message
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content ⇒ ::String
Returns the value of attribute content.
-
#content_type ⇒ "PlainText", ...
Returns the value of attribute content_type.
-
#group_number ⇒ ::Integer
Returns the value of attribute group_number.
Instance Attribute Details
#content ⇒ ::String
Returns the value of attribute content.
652 653 654 |
# File 'sig/types.rbs', line 652 def content @content end |
#content_type ⇒ "PlainText", ...
Returns the value of attribute content_type.
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.
653 654 655 |
# File 'sig/types.rbs', line 653 def group_number @group_number end |