Class: Aws::ServiceCatalog::Types::ListTagOptionsFilters
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::ListTagOptionsFilters
- Defined in:
- gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb
Overview
Filters to use when listing TagOptions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#active ⇒ Boolean
The active state.
-
#key ⇒ String
The TagOption key.
-
#value ⇒ String
The TagOption value.
Instance Attribute Details
#active ⇒ Boolean
The active state.
3926 3927 3928 3929 3930 3931 3932 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 3926 class ListTagOptionsFilters < Struct.new( :key, :value, :active) SENSITIVE = [] include Aws::Structure end |
#key ⇒ String
The TagOption key.
3926 3927 3928 3929 3930 3931 3932 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 3926 class ListTagOptionsFilters < Struct.new( :key, :value, :active) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The TagOption value.
3926 3927 3928 3929 3930 3931 3932 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 3926 class ListTagOptionsFilters < Struct.new( :key, :value, :active) SENSITIVE = [] include Aws::Structure end |