Class: Aws::LaunchWizard::Types::DeploymentPatternVersionFilter

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

Overview

A filter for deployment pattern versions. Use this filter to specify criteria for querying deployment pattern versions in Launch Wizard.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the filter attribute. Specifies which attribute to filter on when querying deployment pattern versions.

Returns:

  • (String)


374
375
376
377
378
379
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 374

class DeploymentPatternVersionFilter < Struct.new(
  :name,
  :values)
  SENSITIVE = []
  include Aws::Structure
end

#valuesArray<String>

The values to filter by. Contains the specific values to match against when filtering deployment pattern versions.

Returns:

  • (Array<String>)


374
375
376
377
378
379
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 374

class DeploymentPatternVersionFilter < Struct.new(
  :name,
  :values)
  SENSITIVE = []
  include Aws::Structure
end