Class: Aws::Organizations::Types::DescribeAccountResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-organizations/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#accountTypes::Account

A structure that contains information about the requested account.

Returns:



721
722
723
724
# File 'lib/aws-sdk-organizations/types.rb', line 721

class DescribeAccountResponse < Struct.new(
  :account)
  include Aws::Structure
end