Class: Aws::Notifications::Types::MemberAccount
- Inherits:
-
Struct
- Object
- Struct
- Aws::Notifications::Types::MemberAccount
- 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
-
#account_id ⇒ String
The AWS account ID of the member account.
-
#notification_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the notification configuration associated with the member account.
-
#organizational_unit_id ⇒ String
The unique identifier of the organizational unit containing the member account.
-
#status ⇒ String
The current status of the member account.
-
#status_reason ⇒ String
The reason for the current status of the member account.
Instance Attribute Details
#account_id ⇒ String
The AWS account ID of the member account.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the notification configuration associated with the member account.
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_id ⇒ String
The unique identifier of the organizational unit containing the member account.
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 ⇒ String
The current status of the member account.
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_reason ⇒ String
The reason for the current status of the member account.
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 |