Class: Aws::ServiceCatalog::Types::ListTagOptionsFilters

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-servicecatalog/types.rb

Overview

Filters to use when listing TagOptions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#activeBoolean

The active state.

Returns:

  • (Boolean)


3920
3921
3922
3923
3924
3925
3926
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3920

class ListTagOptionsFilters < Struct.new(
  :key,
  :value,
  :active)
  SENSITIVE = []
  include Aws::Structure
end

#keyString

The TagOption key.

Returns:

  • (String)


3920
3921
3922
3923
3924
3925
3926
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3920

class ListTagOptionsFilters < Struct.new(
  :key,
  :value,
  :active)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The TagOption value.

Returns:

  • (String)


3920
3921
3922
3923
3924
3925
3926
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3920

class ListTagOptionsFilters < Struct.new(
  :key,
  :value,
  :active)
  SENSITIVE = []
  include Aws::Structure
end