Class: Aws::Notifications::Types::MemberAccount

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

Overview

Contains information about a member account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The AWS account ID of the member account.

Returns:

  • (String)


2453
2454
2455
2456
2457
2458
2459
2460
2461
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 2453

class MemberAccount < Struct.new(
  :notification_configuration_arn,
  :account_id,
  :status,
  :status_reason,
  :organizational_unit_id)
  SENSITIVE = []
  include Aws::Structure
end

#notification_configuration_arnString

The Amazon Resource Name (ARN) of the notification configuration associated with the member account.

Returns:

  • (String)


2453
2454
2455
2456
2457
2458
2459
2460
2461
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 2453

class MemberAccount < Struct.new(
  :notification_configuration_arn,
  :account_id,
  :status,
  :status_reason,
  :organizational_unit_id)
  SENSITIVE = []
  include Aws::Structure
end

#organizational_unit_idString

The unique identifier of the organizational unit containing the member account.

Returns:

  • (String)


2453
2454
2455
2456
2457
2458
2459
2460
2461
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 2453

class MemberAccount < Struct.new(
  :notification_configuration_arn,
  :account_id,
  :status,
  :status_reason,
  :organizational_unit_id)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the member account.

Returns:

  • (String)


2453
2454
2455
2456
2457
2458
2459
2460
2461
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 2453

class MemberAccount < Struct.new(
  :notification_configuration_arn,
  :account_id,
  :status,
  :status_reason,
  :organizational_unit_id)
  SENSITIVE = []
  include Aws::Structure
end

#status_reasonString

The reason for the current status of the member account.

Returns:

  • (String)


2453
2454
2455
2456
2457
2458
2459
2460
2461
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 2453

class MemberAccount < Struct.new(
  :notification_configuration_arn,
  :account_id,
  :status,
  :status_reason,
  :organizational_unit_id)
  SENSITIVE = []
  include Aws::Structure
end