Class: Aws::Notifications::Types::ListMemberAccountsRequest

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 results to return in a single call. Valid values are 1-100.

Returns:

  • (Integer)


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_accountString

The member account identifier used to filter the results.

Returns:

  • (String)


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_tokenString

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

Returns:

  • (String)


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_arnString

The Amazon Resource Name (ARN) of the notification configuration used to filter the member accounts.

Returns:

  • (String)


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_idString

The organizational unit ID used to filter the member accounts.

Returns:

  • (String)


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

#statusString

The status used to filter the member accounts.

Returns:

  • (String)


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