Class: Aws::Types::GetDeploymentRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetDeploymentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
-
#embed ⇒ ::Array[::String]
Returns the value of attribute embed.
-
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
Instance Attribute Details
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
647 648 649 |
# File 'sig/types.rbs', line 647 def deployment_id @deployment_id end |
#embed ⇒ ::Array[::String]
Returns the value of attribute embed.
648 649 650 |
# File 'sig/types.rbs', line 648 def end |
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
646 647 648 |
# File 'sig/types.rbs', line 646 def rest_api_id @rest_api_id end |