Class: Aws::Notifications::Types::ListOrganizationalUnitsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of organizational units to return in a single call. Valid values are 1-100.

Returns:

  • (Integer)


1693
1694
1695
1696
1697
1698
1699
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 1693

class ListOrganizationalUnitsRequest < Struct.new(
  :notification_configuration_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next page of results. Use the value returned in the previous response.

Returns:

  • (String)


1693
1694
1695
1696
1697
1698
1699
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 1693

class ListOrganizationalUnitsRequest < Struct.new(
  :notification_configuration_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#notification_configuration_arnString

The Amazon Resource Name (ARN) of the notification configuration used to filter the organizational units.

Returns:

  • (String)


1693
1694
1695
1696
1697
1698
1699
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 1693

class ListOrganizationalUnitsRequest < Struct.new(
  :notification_configuration_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end