Class: Aws::Types::StartAsyncInvokeRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartAsyncInvokeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#model_id ⇒ ::String
Returns the value of attribute model_id.
-
#model_input ⇒ Object
Returns the value of attribute model_input.
-
#output_data_config ⇒ Types::AsyncInvokeOutputDataConfig
Returns the value of attribute output_data_config.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
1336 1337 1338 |
# File 'sig/types.rbs', line 1336 def client_request_token @client_request_token end |
#model_id ⇒ ::String
Returns the value of attribute model_id.
1337 1338 1339 |
# File 'sig/types.rbs', line 1337 def model_id @model_id end |
#model_input ⇒ Object
Returns the value of attribute model_input.
1338 1339 1340 |
# File 'sig/types.rbs', line 1338 def model_input @model_input end |
#output_data_config ⇒ Types::AsyncInvokeOutputDataConfig
Returns the value of attribute output_data_config.
1339 1340 1341 |
# File 'sig/types.rbs', line 1339 def output_data_config @output_data_config end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1340 1341 1342 |
# File 'sig/types.rbs', line 1340 def @tags end |