Class: Aws::Organizations::Types::TransferParticipant
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::TransferParticipant
- Defined in:
- gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb
Overview
Contains details for a participant in a transfer. A transfer is the arrangement between two management accounts where one account designates the other with specified responsibilities for their organization.
Constant Summary collapse
- SENSITIVE =
[:management_account_email]
Instance Attribute Summary collapse
-
#management_account_email ⇒ String
Email address for the management account.
-
#management_account_id ⇒ String
ID for the management account.
Instance Attribute Details
#management_account_email ⇒ String
Email address for the management account.
5363 5364 5365 5366 5367 5368 |
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 5363 class TransferParticipant < Struct.new( :management_account_id, :management_account_email) SENSITIVE = [:management_account_email] include Aws::Structure end |
#management_account_id ⇒ String
ID for the management account.
5363 5364 5365 5366 5367 5368 |
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 5363 class TransferParticipant < Struct.new( :management_account_id, :management_account_email) SENSITIVE = [:management_account_email] include Aws::Structure end |