Class: Aws::ConnectCases::Types::BatchGetFieldRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::BatchGetFieldRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcases/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_id ⇒ String
The unique identifier of the Cases domain.
-
#fields ⇒ Array<Types::FieldIdentifier>
A list of unique field identifiers.
Instance Attribute Details
#domain_id ⇒ String
The unique identifier of the Cases domain.
191 192 193 194 195 196 |
# File 'lib/aws-sdk-connectcases/types.rb', line 191 class BatchGetFieldRequest < Struct.new( :domain_id, :fields) SENSITIVE = [] include Aws::Structure end |
#fields ⇒ Array<Types::FieldIdentifier>
A list of unique field identifiers.
191 192 193 194 195 196 |
# File 'lib/aws-sdk-connectcases/types.rb', line 191 class BatchGetFieldRequest < Struct.new( :domain_id, :fields) SENSITIVE = [] include Aws::Structure end |