Class: Aws::Types::ListOrganizationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListOrganizationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#organization_summaries ⇒ ::Array[Types::OrganizationSummary]
Returns the value of attribute organization_summaries.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1023 1024 1025 |
# File 'sig/types.rbs', line 1023 def next_token @next_token end |
#organization_summaries ⇒ ::Array[Types::OrganizationSummary]
Returns the value of attribute organization_summaries.
1022 1023 1024 |
# File 'sig/types.rbs', line 1022 def organization_summaries @organization_summaries end |