Class: Aws::DataZone::Types::ListDomainsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::ListDomainsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of domains to return in a single call to ‘ListDomains`.
-
#next_token ⇒ String
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`.
-
#status ⇒ String
The status of the data source.
Instance Attribute Details
#max_results ⇒ Integer
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.
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_token ⇒ String
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.
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 |
#status ⇒ String
The status of the data source.
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 |