Class: Aws::Notifications::Types::ListMemberAccountsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Notifications::Types::ListMemberAccountsRequest
- 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 results to return in a single call.
-
#member_account ⇒ String
The member account identifier used to filter the results.
-
#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 member accounts.
-
#organizational_unit_id ⇒ String
The organizational unit ID used to filter the member accounts.
-
#status ⇒ String
The status used to filter the member accounts.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return in a single call. Valid values are 1-100.
1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 |
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 1435 class ListMemberAccountsRequest < Struct.new( :notification_configuration_arn, :max_results, :next_token, :member_account, :status, :organizational_unit_id) SENSITIVE = [] include Aws::Structure end |
#member_account ⇒ String
The member account identifier used to filter the results.
1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 |
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 1435 class ListMemberAccountsRequest < Struct.new( :notification_configuration_arn, :max_results, :next_token, :member_account, :status, :organizational_unit_id) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next page of results. Use the value returned in the previous response.
1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 |
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 1435 class ListMemberAccountsRequest < Struct.new( :notification_configuration_arn, :max_results, :next_token, :member_account, :status, :organizational_unit_id) SENSITIVE = [] include Aws::Structure end |
#notification_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the notification configuration used to filter the member accounts.
1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 |
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 1435 class ListMemberAccountsRequest < Struct.new( :notification_configuration_arn, :max_results, :next_token, :member_account, :status, :organizational_unit_id) SENSITIVE = [] include Aws::Structure end |
#organizational_unit_id ⇒ String
The organizational unit ID used to filter the member accounts.
1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 |
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 1435 class ListMemberAccountsRequest < Struct.new( :notification_configuration_arn, :max_results, :next_token, :member_account, :status, :organizational_unit_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status used to filter the member accounts.
1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 |
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 1435 class ListMemberAccountsRequest < Struct.new( :notification_configuration_arn, :max_results, :next_token, :member_account, :status, :organizational_unit_id) SENSITIVE = [] include Aws::Structure end |