Module: Aws::MarketplaceDeployment::Client::_PutDeploymentParameterResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::PutDeploymentParameterResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #agreement_id ⇒ ::String
- #deployment_parameter_id ⇒ ::String
- #resource_arn ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#agreement_id ⇒ ::String
93 |
# File 'sig/client.rbs', line 93
def agreement_id: () -> ::String
|
#deployment_parameter_id ⇒ ::String
94 |
# File 'sig/client.rbs', line 94
def deployment_parameter_id: () -> ::String
|
#resource_arn ⇒ ::String
95 |
# File 'sig/client.rbs', line 95
def resource_arn: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
96 |
# File 'sig/client.rbs', line 96
def tags: () -> ::Hash[::String, ::String]
|