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.
28130 28131 28132 28133 28134 28135 28136 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 28130 class PrimaryAttributeValue < Struct.new( :access_type, :attribute_name, :values) SENSITIVE = [] include Aws::Structure end |
#attribute_name ⇒ String
The value's attribute name.
28130 28131 28132 28133 28134 28135 28136 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 28130 class PrimaryAttributeValue < Struct.new( :access_type, :attribute_name, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
The value's values.
28130 28131 28132 28133 28134 28135 28136 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 28130 class PrimaryAttributeValue < Struct.new( :access_type, :attribute_name, :values) SENSITIVE = [] include Aws::Structure end |