Class: Aws::Types::ListDaemonDeploymentsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListDaemonDeploymentsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ Types::CreatedAt
Returns the value of attribute created_at.
-
#daemon_arn ⇒ ::String
Returns the value of attribute daemon_arn.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#status ⇒ ::Array[("PENDING" | "SUCCESSFUL" | "STOPPED" | "STOP_REQUESTED" | "IN_PROGRESS" | "ROLLBACK_IN_PROGRESS" | "ROLLBACK_SUCCESSFUL" | "ROLLBACK_FAILED")]
Returns the value of attribute status.
Instance Attribute Details
#created_at ⇒ Types::CreatedAt
Returns the value of attribute created_at.
1544 1545 1546 |
# File 'sig/types.rbs', line 1544 def created_at @created_at end |
#daemon_arn ⇒ ::String
Returns the value of attribute daemon_arn.
1542 1543 1544 |
# File 'sig/types.rbs', line 1542 def daemon_arn @daemon_arn end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1545 1546 1547 |
# File 'sig/types.rbs', line 1545 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1546 1547 1548 |
# File 'sig/types.rbs', line 1546 def next_token @next_token end |
#status ⇒ ::Array[("PENDING" | "SUCCESSFUL" | "STOPPED" | "STOP_REQUESTED" | "IN_PROGRESS" | "ROLLBACK_IN_PROGRESS" | "ROLLBACK_SUCCESSFUL" | "ROLLBACK_FAILED")]
Returns the value of attribute status.
1543 1544 1545 |
# File 'sig/types.rbs', line 1543 def status @status end |