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_number ⇒ ::Integer
Returns the value of attribute deployment_number.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
570 571 572 |
# File 'sig/types.rbs', line 570 def application_id @application_id end |
#deployment_number ⇒ ::Integer
Returns the value of attribute deployment_number.
572 573 574 |
# File 'sig/types.rbs', line 572 def deployment_number @deployment_number end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
571 572 573 |
# File 'sig/types.rbs', line 571 def environment_id @environment_id end |