Class: Aws::Connect::Types::FieldValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::FieldValue
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Object for case field values.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
Unique identifier of a field.
-
#value ⇒ Types::FieldValueUnion
Union of potential field value types.
Instance Attribute Details
#id ⇒ String
Unique identifier of a field.
8652 8653 8654 8655 8656 8657 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8652 class FieldValue < Struct.new( :id, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Types::FieldValueUnion
Union of potential field value types.
8652 8653 8654 8655 8656 8657 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8652 class FieldValue < Struct.new( :id, :value) SENSITIVE = [] include Aws::Structure end |