Class: Aws::Types::GetBatchJobExecutionRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetBatchJobExecutionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
503 504 505 |
# File 'sig/types.rbs', line 503 def application_id @application_id end |
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
504 505 506 |
# File 'sig/types.rbs', line 504 def execution_id @execution_id end |