Class: Aws::Types::GetBatchResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetBatchResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#default_run_setting ⇒ Types::DefaultRunSetting
Returns the value of attribute default_run_setting.
-
#failed_time ⇒ ::Time
Returns the value of attribute failed_time.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#processed_time ⇒ ::Time
Returns the value of attribute processed_time.
-
#run_summary ⇒ Types::RunSummary
Returns the value of attribute run_summary.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#submission_summary ⇒ Types::SubmissionSummary
Returns the value of attribute submission_summary.
-
#submitted_time ⇒ ::Time
Returns the value of attribute submitted_time.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#total_runs ⇒ ::Integer
Returns the value of attribute total_runs.
-
#uuid ⇒ ::String
Returns the value of attribute uuid.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
809 810 811 |
# File 'sig/types.rbs', line 809 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
818 819 820 |
# File 'sig/types.rbs', line 818 def creation_time @creation_time end |
#default_run_setting ⇒ Types::DefaultRunSetting
Returns the value of attribute default_run_setting.
815 816 817 |
# File 'sig/types.rbs', line 815 def default_run_setting @default_run_setting end |
#failed_time ⇒ ::Time
Returns the value of attribute failed_time.
821 822 823 |
# File 'sig/types.rbs', line 821 def failed_time @failed_time end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
822 823 824 |
# File 'sig/types.rbs', line 822 def failure_reason @failure_reason end |
#id ⇒ ::String
Returns the value of attribute id.
808 809 810 |
# File 'sig/types.rbs', line 808 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
811 812 813 |
# File 'sig/types.rbs', line 811 def name @name end |
#processed_time ⇒ ::Time
Returns the value of attribute processed_time.
820 821 822 |
# File 'sig/types.rbs', line 820 def processed_time @processed_time end |
#run_summary ⇒ Types::RunSummary
Returns the value of attribute run_summary.
817 818 819 |
# File 'sig/types.rbs', line 817 def run_summary @run_summary end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
812 813 814 |
# File 'sig/types.rbs', line 812 def status @status end |
#submission_summary ⇒ Types::SubmissionSummary
Returns the value of attribute submission_summary.
816 817 818 |
# File 'sig/types.rbs', line 816 def submission_summary @submission_summary end |
#submitted_time ⇒ ::Time
Returns the value of attribute submitted_time.
819 820 821 |
# File 'sig/types.rbs', line 819 def submitted_time @submitted_time end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
813 814 815 |
# File 'sig/types.rbs', line 813 def @tags end |
#total_runs ⇒ ::Integer
Returns the value of attribute total_runs.
814 815 816 |
# File 'sig/types.rbs', line 814 def total_runs @total_runs end |
#uuid ⇒ ::String
Returns the value of attribute uuid.
810 811 812 |
# File 'sig/types.rbs', line 810 def uuid @uuid end |