Class: Aws::Organizations::Types::TransferParticipant
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::TransferParticipant
- Includes:
- Structure
- Defined in:
- 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.
5423 5424 5425 5426 5427 5428 |
# File 'lib/aws-sdk-organizations/types.rb', line 5423 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.
5423 5424 5425 5426 5427 5428 |
# File 'lib/aws-sdk-organizations/types.rb', line 5423 class TransferParticipant < Struct.new( :management_account_id, :management_account_email) SENSITIVE = [:management_account_email] include Aws::Structure end |