Class: Aws::ConnectCases::Types::ListDomainsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domainsArray<Types::DomainSummary>

The Cases domain.

Returns:



2391
2392
2393
2394
2395
2396
# File 'lib/aws-sdk-connectcases/types.rb', line 2391

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

#next_tokenString

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

Returns:

  • (String)


2391
2392
2393
2394
2395
2396
# File 'lib/aws-sdk-connectcases/types.rb', line 2391

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