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.
1560 1561 1562 |
# File 'sig/types.rbs', line 1560 def created_at @created_at end |
#daemon_arn ⇒ ::String
Returns the value of attribute daemon_arn.
1558 1559 1560 |
# File 'sig/types.rbs', line 1558 def daemon_arn @daemon_arn end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1561 1562 1563 |
# File 'sig/types.rbs', line 1561 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1562 1563 1564 |
# File 'sig/types.rbs', line 1562 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.
1559 1560 1561 |
# File 'sig/types.rbs', line 1559 def status @status end |