Class: Aws::Notifications::Types::ListOrganizationalUnitsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Notifications::Types::ListOrganizationalUnitsRequest
- Defined in:
- gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of organizational units to return in a single call.
-
#next_token ⇒ String
The token for the next page of results.
-
#notification_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the notification configuration used to filter the organizational units.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of organizational units to return in a single call. Valid values are 1-100.
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_token ⇒ String
The token for the next page of results. Use the value returned in the previous response.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the notification configuration used to filter the organizational units.
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 |