Class: Aws::Organizations::Types::CloseAccountRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::CloseAccountRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-organizations/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
Retrieves the Amazon Web Services account Id for the current ‘CloseAccount` API request.
Instance Attribute Details
#account_id ⇒ String
Retrieves the Amazon Web Services account Id for the current ‘CloseAccount` API request.
399 400 401 402 403 |
# File 'lib/aws-sdk-organizations/types.rb', line 399 class CloseAccountRequest < Struct.new( :account_id) SENSITIVE = [] include Aws::Structure end |