Class: Aws::DataZone::Types::ListDomainsInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of domains to return in a single call to ListDomains. When the number of domains to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListDomains to list the next set of domains.

Returns:

  • (Integer)


7019
7020
7021
7022
7023
7024
7025
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7019

class ListDomainsInput < Struct.new(
  :max_results,
  :next_token,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

When the number of domains is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of domains, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListDomains to list the next set of domains.

Returns:

  • (String)


7019
7020
7021
7022
7023
7024
7025
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7019

class ListDomainsInput < Struct.new(
  :max_results,
  :next_token,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the data source.

Returns:

  • (String)


7019
7020
7021
7022
7023
7024
7025
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7019

class ListDomainsInput < Struct.new(
  :max_results,
  :next_token,
  :status)
  SENSITIVE = []
  include Aws::Structure
end