Class: Aws::Notifications::Types::ListOrganizationalUnitsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-notifications/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token to use for the next page of results. If there are no additional results, this value is null.

Returns:

  • (String)


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_unitsArray<String>

The list of organizational units that match the specified criteria.

Returns:

  • (Array<String>)


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