Class: Aws::Types::ListChildrenRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListChildrenRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#child_type ⇒ "ACCOUNT", "ORGANIZATIONAL_UNIT"
Returns the value of attribute child_type.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#parent_id ⇒ ::String
Returns the value of attribute parent_id.
Instance Attribute Details
#child_type ⇒ "ACCOUNT", "ORGANIZATIONAL_UNIT"
Returns the value of attribute child_type.
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.
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.
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.
585 586 587 |
# File 'sig/types.rbs', line 585 def parent_id @parent_id end |