Class: Aws::Types::BatchGetDeploymentInstancesInput
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetDeploymentInstancesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
-
#instance_ids ⇒ ::Array[::String]
Returns the value of attribute instance_ids.
Instance Attribute Details
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
112 113 114 |
# File 'sig/types.rbs', line 112 def deployment_id @deployment_id end |
#instance_ids ⇒ ::Array[::String]
Returns the value of attribute instance_ids.
113 114 115 |
# File 'sig/types.rbs', line 113 def instance_ids @instance_ids end |