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

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

#accountTypes::Account

A structure that contains information about the requested account.

Returns:



1478
1479
1480
1481
1482
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 1478

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