Class: Aws::ConnectCases::Types::ListFieldOptionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::ListFieldOptionsResponse
- Defined in:
- gems/aws-sdk-connectcases/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.
2209 2210 2211 2212 2213 2214 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 2209 class ListFieldOptionsResponse < Struct.new( :next_token, :options) SENSITIVE = [] include Aws::Structure end |
#options ⇒ Array<Types::FieldOption>
A list of FieldOption
objects.
2209 2210 2211 2212 2213 2214 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 2209 class ListFieldOptionsResponse < Struct.new( :next_token, :options) SENSITIVE = [] include Aws::Structure end |