Class: Aws::Types::CreateDeploymentResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateDeploymentResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deployment_arn ⇒ ::String
Returns the value of attribute deployment_arn.
-
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
Instance Attribute Details
#deployment_arn ⇒ ::String
Returns the value of attribute deployment_arn.
175 176 177 |
# File 'sig/types.rbs', line 175 def deployment_arn @deployment_arn end |
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
176 177 178 |
# File 'sig/types.rbs', line 176 def deployment_id @deployment_id end |