Class: Aws::Connect::Types::PrimaryValueResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::PrimaryValueResponse
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
A primary value response.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute_id ⇒ String
The value's attribute ID.
-
#attribute_name ⇒ String
The value's attribute name.
-
#value ⇒ String
The value's value.
Instance Attribute Details
#attribute_id ⇒ String
The value's attribute ID.
25347 25348 25349 25350 25351 25352 25353 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 25347 class PrimaryValueResponse < Struct.new( :attribute_name, :attribute_id, :value) SENSITIVE = [] include Aws::Structure end |
#attribute_name ⇒ String
The value's attribute name.
25347 25348 25349 25350 25351 25352 25353 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 25347 class PrimaryValueResponse < Struct.new( :attribute_name, :attribute_id, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value's value.
25347 25348 25349 25350 25351 25352 25353 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 25347 class PrimaryValueResponse < Struct.new( :attribute_name, :attribute_id, :value) SENSITIVE = [] include Aws::Structure end |