Class: Aws::ConnectCases::Types::FieldGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::FieldGroup
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcases/types.rb
Overview
Object for a group of fields and associated properties.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fields ⇒ Array<Types::FieldItem>
Represents an ordered list containing field related information.
-
#name ⇒ String
Name of the field group.
Instance Attribute Details
#fields ⇒ Array<Types::FieldItem>
Represents an ordered list containing field related information.
952 953 954 955 956 957 |
# File 'lib/aws-sdk-connectcases/types.rb', line 952 class FieldGroup < Struct.new( :fields, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Name of the field group.
952 953 954 955 956 957 |
# File 'lib/aws-sdk-connectcases/types.rb', line 952 class FieldGroup < Struct.new( :fields, :name) SENSITIVE = [] include Aws::Structure end |