Class: Aws::ControlCatalog::Types::ListDomainsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domainsArray<Types::DomainSummary>

The list of domains that the ListDomains API returns.

Returns:



260
261
262
263
264
265
# File 'gems/aws-sdk-controlcatalog/lib/aws-sdk-controlcatalog/types.rb', line 260

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

#next_tokenString

The pagination token that's used to fetch the next set of results.

Returns:

  • (String)


260
261
262
263
264
265
# File 'gems/aws-sdk-controlcatalog/lib/aws-sdk-controlcatalog/types.rb', line 260

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