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

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

#accountTypes::Account

A structure that contains information about the requested account.

Returns:



1482
1483
1484
1485
1486
# File 'lib/aws-sdk-organizations/types.rb', line 1482

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