Class: Aws::Connect::Types::PrimaryAttributeValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::PrimaryAttributeValue
- 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
-
#access_type ⇒ String
The value's access type.
-
#attribute_name ⇒ String
The value's attribute name.
-
#values ⇒ Array<String>
The value's values.
Instance Attribute Details
#access_type ⇒ String
The value's access type.
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_name ⇒ String
The value's attribute name.
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 |
#values ⇒ Array<String>
The value's values.
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 |