Class: Aws::Types::ListDeploymentInstancesInput
- Inherits:
-
Object
- Object
- Aws::Types::ListDeploymentInstancesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
-
#instance_status_filter ⇒ ::Array[("Pending" | "InProgress" | "Succeeded" | "Failed" | "Skipped" | "Unknown" | "Ready")]
Returns the value of attribute instance_status_filter.
-
#instance_type_filter ⇒ ::Array[("Blue" | "Green")]
Returns the value of attribute instance_type_filter.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
976 977 978 |
# File 'sig/types.rbs', line 976 def deployment_id @deployment_id end |
#instance_status_filter ⇒ ::Array[("Pending" | "InProgress" | "Succeeded" | "Failed" | "Skipped" | "Unknown" | "Ready")]
Returns the value of attribute instance_status_filter.
978 979 980 |
# File 'sig/types.rbs', line 978 def instance_status_filter @instance_status_filter end |
#instance_type_filter ⇒ ::Array[("Blue" | "Green")]
Returns the value of attribute instance_type_filter.
979 980 981 |
# File 'sig/types.rbs', line 979 def instance_type_filter @instance_type_filter end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
977 978 979 |
# File 'sig/types.rbs', line 977 def next_token @next_token end |