Class: Aws::Organizations::Types::CloseAccountRequest

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

Retrieves the Amazon Web Services account Id for the current CloseAccount API request.

Returns:

  • (String)


399
400
401
402
403
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 399

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