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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.

[1]: wikipedia.org/wiki/regex

Returns:

  • (String)


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

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