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.
1061 1062 1063 1064 1065 1066 1067 1068 1069 |
# File 'lib/aws-sdk-connectcases/types.rb', line 1061 class FieldSummary < Struct.new( :field_arn, :field_id, :name, :namespace, :type) SENSITIVE = [] include Aws::Structure end |
#field_id ⇒ String
The unique identifier of a field.
1061 1062 1063 1064 1065 1066 1067 1068 1069 |
# File 'lib/aws-sdk-connectcases/types.rb', line 1061 class FieldSummary < Struct.new( :field_arn, :field_id, :name, :namespace, :type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Name of the field.
1061 1062 1063 1064 1065 1066 1067 1068 1069 |
# File 'lib/aws-sdk-connectcases/types.rb', line 1061 class FieldSummary < Struct.new( :field_arn, :field_id, :name, :namespace, :type) SENSITIVE = [] include Aws::Structure end |
#namespace ⇒ String
The namespace of a field.
1061 1062 1063 1064 1065 1066 1067 1068 1069 |
# File 'lib/aws-sdk-connectcases/types.rb', line 1061 class FieldSummary < Struct.new( :field_arn, :field_id, :name, :namespace, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of a field.
1061 1062 1063 1064 1065 1066 1067 1068 1069 |
# File 'lib/aws-sdk-connectcases/types.rb', line 1061 class FieldSummary < Struct.new( :field_arn, :field_id, :name, :namespace, :type) SENSITIVE = [] include Aws::Structure end |