Class: Aws::Organizations::Types::RemoveAccountFromOrganizationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::RemoveAccountFromOrganizationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-organizations/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The unique identifier (ID) of the member account that you want to remove from the organization.
Instance Attribute Details
#account_id ⇒ String
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.
4359 4360 4361 4362 4363 |
# File 'lib/aws-sdk-organizations/types.rb', line 4359 class RemoveAccountFromOrganizationRequest < Struct.new( :account_id) SENSITIVE = [] include Aws::Structure end |