Class: Aws::Types::GetDeploymentRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetDeploymentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_id ⇒ ::String
Returns the value of attribute api_id.
-
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
Instance Attribute Details
#api_id ⇒ ::String
Returns the value of attribute api_id.
1127 1128 1129 |
# File 'sig/types.rbs', line 1127 def api_id @api_id end |
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
1128 1129 1130 |
# File 'sig/types.rbs', line 1128 def deployment_id @deployment_id end |