Class: Aws::Types::PutDeploymentParameterResponse
- Inherits:
-
Object
- Object
- Aws::Types::PutDeploymentParameterResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agreement_id ⇒ ::String
Returns the value of attribute agreement_id.
-
#deployment_parameter_id ⇒ ::String
Returns the value of attribute deployment_parameter_id.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#agreement_id ⇒ ::String
Returns the value of attribute agreement_id.
55 56 57 |
# File 'sig/types.rbs', line 55 def agreement_id @agreement_id end |
#deployment_parameter_id ⇒ ::String
Returns the value of attribute deployment_parameter_id.
56 57 58 |
# File 'sig/types.rbs', line 56 def deployment_parameter_id @deployment_parameter_id end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
57 58 59 |
# File 'sig/types.rbs', line 57 def resource_arn @resource_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
58 59 60 |
# File 'sig/types.rbs', line 58 def @tags end |