Class: Aws::Types::InvokeEndpointAsyncInput
- Inherits:
-
Object
- Object
- Aws::Types::InvokeEndpointAsyncInput
- 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.
-
#filename ⇒ ::String
Returns the value of attribute filename.
-
#inference_id ⇒ ::String
Returns the value of attribute inference_id.
-
#input_location ⇒ ::String
Returns the value of attribute input_location.
-
#invocation_timeout_seconds ⇒ ::Integer
Returns the value of attribute invocation_timeout_seconds.
-
#request_ttl_seconds ⇒ ::Integer
Returns the value of attribute request_ttl_seconds.
-
#s3_output_path_extension ⇒ ::String
Returns the value of attribute s3_output_path_extension.
Instance Attribute Details
#accept ⇒ ::String
Returns the value of attribute accept.
30 31 32 |
# File 'sig/types.rbs', line 30 def accept @accept end |
#body ⇒ ::String
Returns the value of attribute body.
38 39 40 |
# File 'sig/types.rbs', line 38 def body @body end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
29 30 31 |
# File 'sig/types.rbs', line 29 def content_type @content_type end |
#custom_attributes ⇒ ::String
Returns the value of attribute custom_attributes.
31 32 33 |
# File 'sig/types.rbs', line 31 def custom_attributes @custom_attributes end |
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
28 29 30 |
# File 'sig/types.rbs', line 28 def endpoint_name @endpoint_name end |
#filename ⇒ ::String
Returns the value of attribute filename.
35 36 37 |
# File 'sig/types.rbs', line 35 def filename @filename end |
#inference_id ⇒ ::String
Returns the value of attribute inference_id.
32 33 34 |
# File 'sig/types.rbs', line 32 def inference_id @inference_id end |
#input_location ⇒ ::String
Returns the value of attribute input_location.
33 34 35 |
# File 'sig/types.rbs', line 33 def input_location @input_location end |
#invocation_timeout_seconds ⇒ ::Integer
Returns the value of attribute invocation_timeout_seconds.
37 38 39 |
# File 'sig/types.rbs', line 37 def invocation_timeout_seconds @invocation_timeout_seconds end |
#request_ttl_seconds ⇒ ::Integer
Returns the value of attribute request_ttl_seconds.
36 37 38 |
# File 'sig/types.rbs', line 36 def request_ttl_seconds @request_ttl_seconds end |
#s3_output_path_extension ⇒ ::String
Returns the value of attribute s3_output_path_extension.
34 35 36 |
# File 'sig/types.rbs', line 34 def s3_output_path_extension @s3_output_path_extension end |