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.

The Status parameter in the API response will be retired on September 9, 2026. Although both the account State and account Status parameters are currently available in the Organizations APIs (DescribeAccount, ListAccounts, ListAccountsForParent), we recommend that you update your scripts or other code to use the State parameter instead of Status before September 9, 2026.

Returns:



1548
1549
1550
1551
1552
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 1548

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