Class: Aws::Types::AsyncInvokeSummary
- Inherits:
-
Object
- Object
- Aws::Types::AsyncInvokeSummary
- 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.
68 69 70 |
# File 'sig/types.rbs', line 68 def client_request_token @client_request_token end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
73 74 75 |
# File 'sig/types.rbs', line 73 def end_time @end_time end |
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
70 71 72 |
# File 'sig/types.rbs', line 70 def @failure_message end |
#invocation_arn ⇒ ::String
Returns the value of attribute invocation_arn.
66 67 68 |
# File 'sig/types.rbs', line 66 def invocation_arn @invocation_arn end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
72 73 74 |
# File 'sig/types.rbs', line 72 def last_modified_time @last_modified_time end |
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
67 68 69 |
# File 'sig/types.rbs', line 67 def model_arn @model_arn end |
#output_data_config ⇒ Types::AsyncInvokeOutputDataConfig
Returns the value of attribute output_data_config.
74 75 76 |
# File 'sig/types.rbs', line 74 def output_data_config @output_data_config end |
#status ⇒ "InProgress", ...
Returns the value of attribute status.
69 70 71 |
# File 'sig/types.rbs', line 69 def status @status end |
#submit_time ⇒ ::Time
Returns the value of attribute submit_time.
71 72 73 |
# File 'sig/types.rbs', line 71 def submit_time @submit_time end |