Class: Aws::Types::FixedResponseActionConfig
- Inherits:
-
Object
- Object
- Aws::Types::FixedResponseActionConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_type ⇒ ::String
Returns the value of attribute content_type.
-
#message_body ⇒ ::String
Returns the value of attribute message_body.
-
#status_code ⇒ ::String
Returns the value of attribute status_code.
Instance Attribute Details
#content_type ⇒ ::String
Returns the value of attribute content_type.
530 531 532 |
# File 'sig/types.rbs', line 530 def content_type @content_type end |
#message_body ⇒ ::String
Returns the value of attribute message_body.
528 529 530 |
# File 'sig/types.rbs', line 528 def @message_body end |
#status_code ⇒ ::String
Returns the value of attribute status_code.
529 530 531 |
# File 'sig/types.rbs', line 529 def status_code @status_code end |