Class: Aws::Types::ListServiceDeploymentsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListServiceDeploymentsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster ⇒ ::String
Returns the value of attribute cluster.
-
#created_at ⇒ Types::CreatedAt
Returns the value of attribute created_at.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#service ⇒ ::String
Returns the value of attribute service.
-
#status ⇒ ::Array[("PENDING" | "SUCCESSFUL" | "STOPPED" | "STOP_REQUESTED" | "IN_PROGRESS" | "ROLLBACK_REQUESTED" | "ROLLBACK_IN_PROGRESS" | "ROLLBACK_SUCCESSFUL" | "ROLLBACK_FAILED")]
Returns the value of attribute status.
Instance Attribute Details
#cluster ⇒ ::String
Returns the value of attribute cluster.
1589 1590 1591 |
# File 'sig/types.rbs', line 1589 def cluster @cluster end |
#created_at ⇒ Types::CreatedAt
Returns the value of attribute created_at.
1591 1592 1593 |
# File 'sig/types.rbs', line 1591 def created_at @created_at end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1593 1594 1595 |
# File 'sig/types.rbs', line 1593 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1592 1593 1594 |
# File 'sig/types.rbs', line 1592 def next_token @next_token end |
#service ⇒ ::String
Returns the value of attribute service.
1588 1589 1590 |
# File 'sig/types.rbs', line 1588 def service @service end |
#status ⇒ ::Array[("PENDING" | "SUCCESSFUL" | "STOPPED" | "STOP_REQUESTED" | "IN_PROGRESS" | "ROLLBACK_REQUESTED" | "ROLLBACK_IN_PROGRESS" | "ROLLBACK_SUCCESSFUL" | "ROLLBACK_FAILED")]
Returns the value of attribute status.
1590 1591 1592 |
# File 'sig/types.rbs', line 1590 def status @status end |