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