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)


428
429
430
431
432
433
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 428

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


428
429
430
431
432
433
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 428

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