Class: Aws::DataZone::Types::ListDomainUnitsForParentInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::ListDomainUnitsForParentInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_identifier ⇒ String
The ID of the domain in which you want to list domain units for a parent domain unit.
-
#max_results ⇒ Integer
The maximum number of domain units to return in a single call to ListDomainUnitsForParent.
-
#next_token ⇒ String
When the number of domain units 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 domain units, the response includes a pagination token named NextToken.
-
#parent_domain_unit_identifier ⇒ String
The ID of the parent domain unit.
Instance Attribute Details
#domain_identifier ⇒ String
The ID of the domain in which you want to list domain units for a parent domain unit.
12723 12724 12725 12726 12727 12728 12729 12730 |
# File 'lib/aws-sdk-datazone/types.rb', line 12723 class ListDomainUnitsForParentInput < Struct.new( :domain_identifier, :max_results, :next_token, :parent_domain_unit_identifier) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of domain units to return in a single call to ListDomainUnitsForParent. When the number of domain units 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 ListDomainUnitsForParent to list the next set of domain units.
12723 12724 12725 12726 12727 12728 12729 12730 |
# File 'lib/aws-sdk-datazone/types.rb', line 12723 class ListDomainUnitsForParentInput < Struct.new( :domain_identifier, :max_results, :next_token, :parent_domain_unit_identifier) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
When the number of domain units 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 domain units, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListDomainUnitsForParent to list the next set of domain units.
12723 12724 12725 12726 12727 12728 12729 12730 |
# File 'lib/aws-sdk-datazone/types.rb', line 12723 class ListDomainUnitsForParentInput < Struct.new( :domain_identifier, :max_results, :next_token, :parent_domain_unit_identifier) SENSITIVE = [] include Aws::Structure end |
#parent_domain_unit_identifier ⇒ String
The ID of the parent domain unit.
12723 12724 12725 12726 12727 12728 12729 12730 |
# File 'lib/aws-sdk-datazone/types.rb', line 12723 class ListDomainUnitsForParentInput < Struct.new( :domain_identifier, :max_results, :next_token, :parent_domain_unit_identifier) SENSITIVE = [] include Aws::Structure end |