Class: Aws::Proton::Types::EnvironmentTemplateFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::EnvironmentTemplateFilter
- Defined in:
- gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb
Overview
A search filter for environment templates.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#major_version ⇒ String
Include
majorVersion
to filter search for a major version. -
#template_name ⇒ String
Include
templateName
to filter search for a template name.
Instance Attribute Details
#major_version ⇒ String
Include majorVersion
to filter search for a major version.
2522 2523 2524 2525 2526 2527 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2522 class EnvironmentTemplateFilter < Struct.new( :major_version, :template_name) SENSITIVE = [] include Aws::Structure end |
#template_name ⇒ String
Include templateName
to filter search for a template name.
2522 2523 2524 2525 2526 2527 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2522 class EnvironmentTemplateFilter < Struct.new( :major_version, :template_name) SENSITIVE = [] include Aws::Structure end |