Class: Aws::Connect::Types::PrimaryAttributeValue

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

Overview

A primary attribute value.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_typeString

The value's access type.

Returns:

  • (String)


23729
23730
23731
23732
23733
23734
23735
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23729

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

#attribute_nameString

The value's attribute name.

Returns:

  • (String)


23729
23730
23731
23732
23733
23734
23735
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23729

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

#valuesArray<String>

The value's values.

Returns:

  • (Array<String>)


23729
23730
23731
23732
23733
23734
23735
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23729

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