Class: Aws::Types::CommandPayload
- Inherits:
-
Object
- Object
- Aws::Types::CommandPayload
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content ⇒ ::String
Returns the value of attribute content.
-
#content_type ⇒ ::String
Returns the value of attribute content_type.
Instance Attribute Details
#content ⇒ ::String
Returns the value of attribute content.
683 684 685 |
# File 'sig/types.rbs', line 683 def content @content end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
684 685 686 |
# File 'sig/types.rbs', line 684 def content_type @content_type end |