Class: Aws::Types::InvokeEndpointOutput
- Inherits:
-
Object
- Object
- Aws::Types::InvokeEndpointOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#body ⇒ ::String
Returns the value of attribute body.
-
#closed_session_id ⇒ ::String
Returns the value of attribute closed_session_id.
-
#content_type ⇒ ::String
Returns the value of attribute content_type.
-
#custom_attributes ⇒ ::String
Returns the value of attribute custom_attributes.
-
#invoked_production_variant ⇒ ::String
Returns the value of attribute invoked_production_variant.
-
#new_session_id ⇒ ::String
Returns the value of attribute new_session_id.
Instance Attribute Details
#body ⇒ ::String
Returns the value of attribute body.
67 68 69 |
# File 'sig/types.rbs', line 67 def body @body end |
#closed_session_id ⇒ ::String
Returns the value of attribute closed_session_id.
72 73 74 |
# File 'sig/types.rbs', line 72 def closed_session_id @closed_session_id end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
68 69 70 |
# File 'sig/types.rbs', line 68 def content_type @content_type end |
#custom_attributes ⇒ ::String
Returns the value of attribute custom_attributes.
70 71 72 |
# File 'sig/types.rbs', line 70 def custom_attributes @custom_attributes end |
#invoked_production_variant ⇒ ::String
Returns the value of attribute invoked_production_variant.
69 70 71 |
# File 'sig/types.rbs', line 69 def invoked_production_variant @invoked_production_variant end |
#new_session_id ⇒ ::String
Returns the value of attribute new_session_id.
71 72 73 |
# File 'sig/types.rbs', line 71 def new_session_id @new_session_id end |