Class: Aws::Notifications::Types::ListOrganizationalUnitsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Notifications::Types::ListOrganizationalUnitsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-notifications/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use for the next page of results.
-
#organizational_units ⇒ Array<String>
The list of organizational units that match the specified criteria.
Instance Attribute Details
#next_token ⇒ String
The token to use for the next page of results. If there are no additional results, this value is null.
1712 1713 1714 1715 1716 1717 |
# File 'lib/aws-sdk-notifications/types.rb', line 1712 class ListOrganizationalUnitsResponse < Struct.new( :organizational_units, :next_token) SENSITIVE = [] include Aws::Structure end |
#organizational_units ⇒ Array<String>
The list of organizational units that match the specified criteria.
1712 1713 1714 1715 1716 1717 |
# File 'lib/aws-sdk-notifications/types.rb', line 1712 class ListOrganizationalUnitsResponse < Struct.new( :organizational_units, :next_token) SENSITIVE = [] include Aws::Structure end |