Class: Aws::Types::GetAsyncInvokeResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetAsyncInvokeResponse
- 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.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
-
#invocation_arn ⇒ ::String
Returns the value of attribute invocation_arn.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
-
#output_data_config ⇒ Types::AsyncInvokeOutputDataConfig
Returns the value of attribute output_data_config.
-
#status ⇒ "InProgress", ...
Returns the value of attribute status.
-
#submit_time ⇒ ::Time
Returns the value of attribute submit_time.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
522 523 524 |
# File 'sig/types.rbs', line 522 def client_request_token @client_request_token end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
527 528 529 |
# File 'sig/types.rbs', line 527 def end_time @end_time end |
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
524 525 526 |
# File 'sig/types.rbs', line 524 def @failure_message end |
#invocation_arn ⇒ ::String
Returns the value of attribute invocation_arn.
520 521 522 |
# File 'sig/types.rbs', line 520 def invocation_arn @invocation_arn end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
526 527 528 |
# File 'sig/types.rbs', line 526 def last_modified_time @last_modified_time end |
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
521 522 523 |
# File 'sig/types.rbs', line 521 def model_arn @model_arn end |
#output_data_config ⇒ Types::AsyncInvokeOutputDataConfig
Returns the value of attribute output_data_config.
528 529 530 |
# File 'sig/types.rbs', line 528 def output_data_config @output_data_config end |
#status ⇒ "InProgress", ...
Returns the value of attribute status.
523 524 525 |
# File 'sig/types.rbs', line 523 def status @status end |
#submit_time ⇒ ::Time
Returns the value of attribute submit_time.
525 526 527 |
# File 'sig/types.rbs', line 525 def submit_time @submit_time end |