Class: Aws::Types::GetDeploymentTargetInput
- Inherits:
-
Object
- Object
- Aws::Types::GetDeploymentTargetInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
-
#target_id ⇒ ::String
Returns the value of attribute target_id.
Instance Attribute Details
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
610 611 612 |
# File 'sig/types.rbs', line 610 def deployment_id @deployment_id end |
#target_id ⇒ ::String
Returns the value of attribute target_id.
611 612 613 |
# File 'sig/types.rbs', line 611 def target_id @target_id end |