Class: Aws::Types::InvokeEndpointWithResponseStreamOutput
- Inherits:
-
Object
- Object
- Aws::Types::InvokeEndpointWithResponseStreamOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#body ⇒ Types::ResponseStream
Returns the value of attribute body.
-
#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.
Instance Attribute Details
#body ⇒ Types::ResponseStream
Returns the value of attribute body.
92 93 94 |
# File 'sig/types.rbs', line 92 def body @body end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
93 94 95 |
# File 'sig/types.rbs', line 93 def content_type @content_type end |
#custom_attributes ⇒ ::String
Returns the value of attribute custom_attributes.
95 96 97 |
# File 'sig/types.rbs', line 95 def custom_attributes @custom_attributes end |
#invoked_production_variant ⇒ ::String
Returns the value of attribute invoked_production_variant.
94 95 96 |
# File 'sig/types.rbs', line 94 def invoked_production_variant @invoked_production_variant end |