Class: Aws::Connect::Types::AvailableFilter

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

A filter that is available for use with the metric. Part of an AvailableFilterList that describes the filters that are available for use with the metric.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#id ⇒ String

The identifier of the filter.

Returns:

  • (String)


2451
2452
2453
2454
2455
2456
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2451

class AvailableFilter < Struct.new(
  :id,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#type ⇒ String

The type of the filter. Valid values: METRIC_LEVEL | RESOURCE_LEVEL.

Returns:

  • (String)


2451
2452
2453
2454
2455
2456
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2451

class AvailableFilter < Struct.new(
  :id,
  :type)
  SENSITIVE = []
  include Aws::Structure
end