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

ID for 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)


5043
5044
5045
5046
5047
# File 'lib/aws-sdk-organizations/types.rb', line 5043

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