Class: Aws::Connect::Types::PrimaryAttributeValueFilter

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

Overview

A primary attribute value filter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_nameString

The filter’s attribute name.

Returns:

  • (String)


24267
24268
24269
24270
24271
24272
# File 'lib/aws-sdk-connect/types.rb', line 24267

class PrimaryAttributeValueFilter < Struct.new(
  :attribute_name,
  :values)
  SENSITIVE = []
  include Aws::Structure
end

#valuesArray<String>

The filter’s values.

Returns:

  • (Array<String>)


24267
24268
24269
24270
24271
24272
# File 'lib/aws-sdk-connect/types.rb', line 24267

class PrimaryAttributeValueFilter < Struct.new(
  :attribute_name,
  :values)
  SENSITIVE = []
  include Aws::Structure
end