Class: Aws::Types::ListBatchJobRestartPointsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListBatchJobRestartPointsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#auth_secrets_manager_arn ⇒ ::String
Returns the value of attribute auth_secrets_manager_arn.
-
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
734 735 736 |
# File 'sig/types.rbs', line 734 def application_id @application_id end |
#auth_secrets_manager_arn ⇒ ::String
Returns the value of attribute auth_secrets_manager_arn.
735 736 737 |
# File 'sig/types.rbs', line 735 def auth_secrets_manager_arn @auth_secrets_manager_arn end |
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
736 737 738 |
# File 'sig/types.rbs', line 736 def execution_id @execution_id end |