Class: Aws::Types::InvokeEndpointInput
- Inherits:
-
Object
- Object
- Aws::Types::InvokeEndpointInput
- 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.
-
#enable_explanations ⇒ ::String
Returns the value of attribute enable_explanations.
-
#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_model ⇒ ::String
Returns the value of attribute target_model.
-
#target_variant ⇒ ::String
Returns the value of attribute target_variant.
Instance Attribute Details
#accept ⇒ ::String
Returns the value of attribute accept.
53 54 55 |
# File 'sig/types.rbs', line 53 def accept @accept end |
#body ⇒ ::String
Returns the value of attribute body.
51 52 53 |
# File 'sig/types.rbs', line 51 def body @body end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
52 53 54 |
# File 'sig/types.rbs', line 52 def content_type @content_type end |
#custom_attributes ⇒ ::String
Returns the value of attribute custom_attributes.
54 55 56 |
# File 'sig/types.rbs', line 54 def custom_attributes @custom_attributes end |
#enable_explanations ⇒ ::String
Returns the value of attribute enable_explanations.
59 60 61 |
# File 'sig/types.rbs', line 59 def enable_explanations @enable_explanations end |
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
50 51 52 |
# File 'sig/types.rbs', line 50 def endpoint_name @endpoint_name end |
#inference_component_name ⇒ ::String
Returns the value of attribute inference_component_name.
60 61 62 |
# File 'sig/types.rbs', line 60 def inference_component_name @inference_component_name end |
#inference_id ⇒ ::String
Returns the value of attribute inference_id.
58 59 60 |
# File 'sig/types.rbs', line 58 def inference_id @inference_id end |
#prefix_aware_id ⇒ ::String
Returns the value of attribute prefix_aware_id.
62 63 64 |
# File 'sig/types.rbs', line 62 def prefix_aware_id @prefix_aware_id end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
61 62 63 |
# File 'sig/types.rbs', line 61 def session_id @session_id end |
#target_container_hostname ⇒ ::String
Returns the value of attribute target_container_hostname.
57 58 59 |
# File 'sig/types.rbs', line 57 def target_container_hostname @target_container_hostname end |
#target_model ⇒ ::String
Returns the value of attribute target_model.
55 56 57 |
# File 'sig/types.rbs', line 55 def target_model @target_model end |
#target_variant ⇒ ::String
Returns the value of attribute target_variant.
56 57 58 |
# File 'sig/types.rbs', line 56 def target_variant @target_variant end |