Class: Aws::Types::InvokeEndpointWithResponseStreamInput
- Inherits:
-
Object
- Object
- Aws::Types::InvokeEndpointWithResponseStreamInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accept ⇒ ::String
Returns the value of attribute accept.
-
#body ⇒ ::String
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.
-
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
-
#inference_component_name ⇒ ::String
Returns the value of attribute inference_component_name.
-
#inference_id ⇒ ::String
Returns the value of attribute inference_id.
-
#prefix_aware_id ⇒ ::String
Returns the value of attribute prefix_aware_id.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
-
#target_container_hostname ⇒ ::String
Returns the value of attribute target_container_hostname.
-
#target_variant ⇒ ::String
Returns the value of attribute target_variant.
Instance Attribute Details
#accept ⇒ ::String
Returns the value of attribute accept.
80 81 82 |
# File 'sig/types.rbs', line 80 def accept @accept end |
#body ⇒ ::String
Returns the value of attribute body.
78 79 80 |
# File 'sig/types.rbs', line 78 def body @body end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
79 80 81 |
# File 'sig/types.rbs', line 79 def content_type @content_type end |
#custom_attributes ⇒ ::String
Returns the value of attribute custom_attributes.
81 82 83 |
# File 'sig/types.rbs', line 81 def custom_attributes @custom_attributes end |
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
77 78 79 |
# File 'sig/types.rbs', line 77 def endpoint_name @endpoint_name end |
#inference_component_name ⇒ ::String
Returns the value of attribute inference_component_name.
85 86 87 |
# File 'sig/types.rbs', line 85 def inference_component_name @inference_component_name end |
#inference_id ⇒ ::String
Returns the value of attribute inference_id.
84 85 86 |
# File 'sig/types.rbs', line 84 def inference_id @inference_id end |
#prefix_aware_id ⇒ ::String
Returns the value of attribute prefix_aware_id.
87 88 89 |
# File 'sig/types.rbs', line 87 def prefix_aware_id @prefix_aware_id end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
86 87 88 |
# File 'sig/types.rbs', line 86 def session_id @session_id end |
#target_container_hostname ⇒ ::String
Returns the value of attribute target_container_hostname.
83 84 85 |
# File 'sig/types.rbs', line 83 def target_container_hostname @target_container_hostname end |
#target_variant ⇒ ::String
Returns the value of attribute target_variant.
82 83 84 |
# File 'sig/types.rbs', line 82 def target_variant @target_variant end |