Class: Aws::ConnectCases::Types::ListDomainsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::ListDomainsResponse
- Defined in:
- gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domains ⇒ Array<Types::DomainSummary>
The Cases domain.
-
#next_token ⇒ String
The token for the next set of results.
Instance Attribute Details
#domains ⇒ Array<Types::DomainSummary>
The Cases domain.
2157 2158 2159 2160 2161 2162 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 2157 class ListDomainsResponse < Struct.new( :domains, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results. This is null if there are no more results to return.
2157 2158 2159 2160 2161 2162 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 2157 class ListDomainsResponse < Struct.new( :domains, :next_token) SENSITIVE = [] include Aws::Structure end |