Class: Aws::Types::MoveAccountRequest
- Inherits:
-
Object
- Object
- Aws::Types::MoveAccountRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#destination_parent_id ⇒ ::String
Returns the value of attribute destination_parent_id.
-
#source_parent_id ⇒ ::String
Returns the value of attribute source_parent_id.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
809 810 811 |
# File 'sig/types.rbs', line 809 def account_id @account_id end |
#destination_parent_id ⇒ ::String
Returns the value of attribute destination_parent_id.
811 812 813 |
# File 'sig/types.rbs', line 811 def destination_parent_id @destination_parent_id end |
#source_parent_id ⇒ ::String
Returns the value of attribute source_parent_id.
810 811 812 |
# File 'sig/types.rbs', line 810 def source_parent_id @source_parent_id end |