Class: Aws::LaunchWizard::Types::DeploymentPatternVersionFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::LaunchWizard::Types::DeploymentPatternVersionFilter
- 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
-
#name ⇒ String
The name of the filter attribute.
-
#values ⇒ Array<String>
The values to filter by.
Instance Attribute Details
#name ⇒ String
The name of the filter attribute. Specifies which attribute to filter on when querying deployment pattern versions.
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 |
#values ⇒ Array<String>
The values to filter by. Contains the specific values to match against when filtering deployment pattern versions.
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 |