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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


9881
9882
9883
9884
9885
9886
9887
# File 'lib/aws-sdk-datazone/types.rb', line 9881

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)


9881
9882
9883
9884
9885
9886
9887
# File 'lib/aws-sdk-datazone/types.rb', line 9881

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

#statusString

The status of the data source.

Returns:

  • (String)


9881
9882
9883
9884
9885
9886
9887
# File 'lib/aws-sdk-datazone/types.rb', line 9881

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