Class: Aws::MarketplaceDeployment::Types::PutDeploymentParameterResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceDeployment::Types::PutDeploymentParameterResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-marketplacedeployment/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agreement_id ⇒ String
The unique identifier of the agreement.
-
#deployment_parameter_id ⇒ String
The unique identifier of the deployment parameter.
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) associated with the deployment parameter resource you want to create or update.
-
#tags ⇒ Hash<String,String>
A map of key-value pairs, where each pair represents a tag saved to the resource.
Instance Attribute Details
#agreement_id ⇒ String
The unique identifier of the agreement.
190 191 192 193 194 195 196 197 |
# File 'lib/aws-sdk-marketplacedeployment/types.rb', line 190 class PutDeploymentParameterResponse < Struct.new( :agreement_id, :deployment_parameter_id, :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#deployment_parameter_id ⇒ String
The unique identifier of the deployment parameter.
190 191 192 193 194 195 196 197 |
# File 'lib/aws-sdk-marketplacedeployment/types.rb', line 190 class PutDeploymentParameterResponse < Struct.new( :agreement_id, :deployment_parameter_id, :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The Amazon Resource Name (ARN) associated with the deployment parameter resource you want to create or update.
190 191 192 193 194 195 196 197 |
# File 'lib/aws-sdk-marketplacedeployment/types.rb', line 190 class PutDeploymentParameterResponse < Struct.new( :agreement_id, :deployment_parameter_id, :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A map of key-value pairs, where each pair represents a tag saved to the resource. Tags will only be applied for create operations, and they’ll be ignored if the resource already exists.
190 191 192 193 194 195 196 197 |
# File 'lib/aws-sdk-marketplacedeployment/types.rb', line 190 class PutDeploymentParameterResponse < Struct.new( :agreement_id, :deployment_parameter_id, :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |