Class: Aws::Types::MoveAccountRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


809
810
811
# File 'sig/types.rbs', line 809

def 
  @account_id
end

#destination_parent_id::String

Returns the value of attribute destination_parent_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


810
811
812
# File 'sig/types.rbs', line 810

def source_parent_id
  @source_parent_id
end