Class: Aws::Types::BatchGetDeploymentTargetsInput
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetDeploymentTargetsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
-
#target_ids ⇒ ::Array[::String]
Returns the value of attribute target_ids.
Instance Attribute Details
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
124 125 126 |
# File 'sig/types.rbs', line 124 def deployment_id @deployment_id end |
#target_ids ⇒ ::Array[::String]
Returns the value of attribute target_ids.
125 126 127 |
# File 'sig/types.rbs', line 125 def target_ids @target_ids end |