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.
1448 1449 1450 1451 1452 1453 |
# File 'lib/aws-sdk-connectcases/types.rb', line 1448 class FieldGroup < Struct.new( :name, :fields) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Name of the field group.
1448 1449 1450 1451 1452 1453 |
# File 'lib/aws-sdk-connectcases/types.rb', line 1448 class FieldGroup < Struct.new( :name, :fields) SENSITIVE = [] include Aws::Structure end |