Class: Aws::Types::GetDeploymentStatusRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetDeploymentStatusRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
-
#group_id ⇒ ::String
Returns the value of attribute group_id.
Instance Attribute Details
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
712 713 714 |
# File 'sig/types.rbs', line 712 def deployment_id @deployment_id end |
#group_id ⇒ ::String
Returns the value of attribute group_id.
713 714 715 |
# File 'sig/types.rbs', line 713 def group_id @group_id end |