Class: Aws::Connect::Types::AvailableFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::AvailableFilter
- 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
-
#id ⇒ String
The identifier of the filter.
-
#type ⇒ String
The type of the filter.
Instance Attribute Details
#id ⇒ String
The identifier of the filter.
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.
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 |