Class: Aws::ConnectCases::Types::ListFieldOptionsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token for the next set of results. This is null if there are no more results to return.

Returns:

  • (String)


1788
1789
1790
1791
1792
1793
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 1788

class ListFieldOptionsResponse < Struct.new(
  :next_token,
  :options)
  SENSITIVE = []
  include Aws::Structure
end

#optionsArray<Types::FieldOption>

A list of FieldOption objects.

Returns:



1788
1789
1790
1791
1792
1793
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 1788

class ListFieldOptionsResponse < Struct.new(
  :next_token,
  :options)
  SENSITIVE = []
  include Aws::Structure
end