Class: Aws::Organizations::Types::RemoveAccountFromOrganizationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The unique identifier (ID) of the member account that you want to remove from the organization.

The regex pattern for an account ID string requires exactly 12 digits.

Returns:

  • (String)


4321
4322
4323
4324
4325
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 4321

class RemoveAccountFromOrganizationRequest < Struct.new(
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end