Class: Aws::DataZone::Types::ListDomainUnitsForParentInput

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

#domain_identifierString

The ID of the domain in which you want to list domain units for a parent domain unit.

Returns:

  • (String)


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_resultsInteger

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.

Returns:

  • (Integer)


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_tokenString

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.

Returns:

  • (String)


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_identifierString

The ID of the parent domain unit.

Returns:

  • (String)


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