Class: Aws::Types::RunBatchListItem
- Inherits:
-
Object
- Object
- Aws::Types::RunBatchListItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#run_arn ⇒ ::String
Returns the value of attribute run_arn.
-
#run_id ⇒ ::String
Returns the value of attribute run_id.
-
#run_internal_uuid ⇒ ::String
Returns the value of attribute run_internal_uuid.
-
#run_setting_id ⇒ ::String
Returns the value of attribute run_setting_id.
-
#submission_failure_message ⇒ ::String
Returns the value of attribute submission_failure_message.
-
#submission_failure_reason ⇒ ::String
Returns the value of attribute submission_failure_reason.
-
#submission_status ⇒ "SUCCESS", ...
Returns the value of attribute submission_status.
Instance Attribute Details
#run_arn ⇒ ::String
Returns the value of attribute run_arn.
1958 1959 1960 |
# File 'sig/types.rbs', line 1958 def run_arn @run_arn end |
#run_id ⇒ ::String
Returns the value of attribute run_id.
1956 1957 1958 |
# File 'sig/types.rbs', line 1956 def run_id @run_id end |
#run_internal_uuid ⇒ ::String
Returns the value of attribute run_internal_uuid.
1957 1958 1959 |
# File 'sig/types.rbs', line 1957 def run_internal_uuid @run_internal_uuid end |
#run_setting_id ⇒ ::String
Returns the value of attribute run_setting_id.
1955 1956 1957 |
# File 'sig/types.rbs', line 1955 def run_setting_id @run_setting_id end |
#submission_failure_message ⇒ ::String
Returns the value of attribute submission_failure_message.
1961 1962 1963 |
# File 'sig/types.rbs', line 1961 def end |
#submission_failure_reason ⇒ ::String
Returns the value of attribute submission_failure_reason.
1960 1961 1962 |
# File 'sig/types.rbs', line 1960 def submission_failure_reason @submission_failure_reason end |
#submission_status ⇒ "SUCCESS", ...
Returns the value of attribute submission_status.
1959 1960 1961 |
# File 'sig/types.rbs', line 1959 def submission_status @submission_status end |