Class: Aws::ConnectCases::Types::ListFieldOptionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::ListFieldOptionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcases/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token for the next set of results.
-
#options ⇒ Array<Types::FieldOption>
A list of ‘FieldOption` objects.
Instance Attribute Details
#next_token ⇒ String
The token for the next set of results. This is null if there are no more results to return.
1788 1789 1790 1791 1792 1793 |
# File 'lib/aws-sdk-connectcases/types.rb', line 1788 class ListFieldOptionsResponse < Struct.new( :next_token, :options) SENSITIVE = [] include Aws::Structure end |
#options ⇒ Array<Types::FieldOption>
A list of ‘FieldOption` objects.
1788 1789 1790 1791 1792 1793 |
# File 'lib/aws-sdk-connectcases/types.rb', line 1788 class ListFieldOptionsResponse < Struct.new( :next_token, :options) SENSITIVE = [] include Aws::Structure end |