Class: Aws::Organizations::Types::DescribeAccountRequest

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

Overview

Note:

When making an API call, you may pass DescribeAccountRequest data as a hash:

{
  account_id: "AccountId", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The unique identifier (ID) of the AWS account that you want information about. You can get the ID from the ListAccounts or ListAccountsForParent operations.

The [regex pattern] for an account ID string requires exactly 12 digits.

[1]: wikipedia.org/wiki/regex

Returns:

  • (String)


710
711
712
713
# File 'lib/aws-sdk-organizations/types.rb', line 710

class DescribeAccountRequest < Struct.new(
  :account_id)
  include Aws::Structure
end