Class: Aws::ConnectCases::Types::FieldSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::FieldSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcases/types.rb
Overview
Object for the summarized details of the field.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field_arn ⇒ String
The Amazon Resource Name (ARN) of the field.
-
#field_id ⇒ String
The unique identifier of a field.
-
#name ⇒ String
Name of the field.
-
#namespace ⇒ String
The namespace of a field.
-
#type ⇒ String
The type of a field.
Instance Attribute Details
#field_arn ⇒ String
The Amazon Resource Name (ARN) of the field.
1583 1584 1585 1586 1587 1588 1589 1590 1591 |
# File 'lib/aws-sdk-connectcases/types.rb', line 1583 class FieldSummary < Struct.new( :field_id, :field_arn, :name, :type, :namespace) SENSITIVE = [] include Aws::Structure end |
#field_id ⇒ String
The unique identifier of a field.
1583 1584 1585 1586 1587 1588 1589 1590 1591 |
# File 'lib/aws-sdk-connectcases/types.rb', line 1583 class FieldSummary < Struct.new( :field_id, :field_arn, :name, :type, :namespace) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Name of the field.
1583 1584 1585 1586 1587 1588 1589 1590 1591 |
# File 'lib/aws-sdk-connectcases/types.rb', line 1583 class FieldSummary < Struct.new( :field_id, :field_arn, :name, :type, :namespace) SENSITIVE = [] include Aws::Structure end |
#namespace ⇒ String
The namespace of a field.
1583 1584 1585 1586 1587 1588 1589 1590 1591 |
# File 'lib/aws-sdk-connectcases/types.rb', line 1583 class FieldSummary < Struct.new( :field_id, :field_arn, :name, :type, :namespace) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of a field.
1583 1584 1585 1586 1587 1588 1589 1590 1591 |
# File 'lib/aws-sdk-connectcases/types.rb', line 1583 class FieldSummary < Struct.new( :field_id, :field_arn, :name, :type, :namespace) SENSITIVE = [] include Aws::Structure end |