Class: Aws::Types::Payload
- Inherits:
-
Object
- Object
- Aws::Types::Payload
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_expression ⇒ ::String
Returns the value of attribute content_expression.
-
#type ⇒ "STRING", "JSON"
Returns the value of attribute type.
Instance Attribute Details
#content_expression ⇒ ::String
Returns the value of attribute content_expression.
608 609 610 |
# File 'sig/types.rbs', line 608 def content_expression @content_expression end |
#type ⇒ "STRING", "JSON"
Returns the value of attribute type.
609 610 611 |
# File 'sig/types.rbs', line 609 def type @type end |