Class: Aws::Types::ListChildrenRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#child_type"ACCOUNT", "ORGANIZATIONAL_UNIT"

Returns the value of attribute child_type.

Returns:

  • ("ACCOUNT", "ORGANIZATIONAL_UNIT")


586
587
588
# File 'sig/types.rbs', line 586

def child_type
  @child_type
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


588
589
590
# File 'sig/types.rbs', line 588

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


587
588
589
# File 'sig/types.rbs', line 587

def next_token
  @next_token
end

#parent_id::String

Returns the value of attribute parent_id.

Returns:

  • (::String)


585
586
587
# File 'sig/types.rbs', line 585

def parent_id
  @parent_id
end