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.
1605 1606 1607 |
# File 'sig/types.rbs', line 1605 def cluster @cluster end |
#created_at ⇒ Types::CreatedAt
Returns the value of attribute created_at.
1607 1608 1609 |
# File 'sig/types.rbs', line 1607 def created_at @created_at end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1609 1610 1611 |
# File 'sig/types.rbs', line 1609 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1608 1609 1610 |
# File 'sig/types.rbs', line 1608 def next_token @next_token end |
#service ⇒ ::String
Returns the value of attribute service.
1604 1605 1606 |
# File 'sig/types.rbs', line 1604 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.
1606 1607 1608 |
# File 'sig/types.rbs', line 1606 def status @status end |