Class: Aws::Types::CompleteRolloutRequest
- Inherits:
-
Object
- Object
- Aws::Types::CompleteRolloutRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
-
#status ⇒ "ready", "failed"
Returns the value of attribute status.
-
#trajectory_id ⇒ ::String
Returns the value of attribute trajectory_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
20 21 22 |
# File 'sig/types.rbs', line 20 def client_token @client_token end |
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
17 18 19 |
# File 'sig/types.rbs', line 17 def job_arn @job_arn end |
#status ⇒ "ready", "failed"
Returns the value of attribute status.
19 20 21 |
# File 'sig/types.rbs', line 19 def status @status end |
#trajectory_id ⇒ ::String
Returns the value of attribute trajectory_id.
18 19 20 |
# File 'sig/types.rbs', line 18 def trajectory_id @trajectory_id end |