Class: Aws::MarketplaceDeployment::Types::PutDeploymentParameterResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-marketplacedeployment/lib/aws-sdk-marketplacedeployment/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agreement_idString

The unique identifier of the agreement.

Returns:

  • (String)


179
180
181
182
183
184
185
186
# File 'gems/aws-sdk-marketplacedeployment/lib/aws-sdk-marketplacedeployment/types.rb', line 179

class PutDeploymentParameterResponse < Struct.new(
  :agreement_id,
  :deployment_parameter_id,
  :resource_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#deployment_parameter_idString

The unique identifier of the deployment parameter.

Returns:

  • (String)


179
180
181
182
183
184
185
186
# File 'gems/aws-sdk-marketplacedeployment/lib/aws-sdk-marketplacedeployment/types.rb', line 179

class PutDeploymentParameterResponse < Struct.new(
  :agreement_id,
  :deployment_parameter_id,
  :resource_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

The Amazon Resource Name (ARN) associated with the deployment parameter resource you want to create or update.

Returns:

  • (String)


179
180
181
182
183
184
185
186
# File 'gems/aws-sdk-marketplacedeployment/lib/aws-sdk-marketplacedeployment/types.rb', line 179

class PutDeploymentParameterResponse < Struct.new(
  :agreement_id,
  :deployment_parameter_id,
  :resource_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<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.

Returns:

  • (Hash<String,String>)


179
180
181
182
183
184
185
186
# File 'gems/aws-sdk-marketplacedeployment/lib/aws-sdk-marketplacedeployment/types.rb', line 179

class PutDeploymentParameterResponse < Struct.new(
  :agreement_id,
  :deployment_parameter_id,
  :resource_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end