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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


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_idString

The unique identifier of the deployment parameter.

Returns:

  • (String)


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_arnString

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

Returns:

  • (String)


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

#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>)


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