paws.management (version 0.1.0)

organizations_describe_account: Retrieves Organizations-related information about the specified account

Description

Retrieves Organizations-related information about the specified account.

Usage

organizations_describe_account(AccountId)

Arguments

AccountId

[required] 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.

Request syntax

svc$describe_account(
  AccountId = "string"
)

Details

This operation can be called only from the organization's master account.

Examples

Run this code
# NOT RUN {
# The following example shows a user in the master account (111111111111)
# asking for details about account 555555555555:
# }
# NOT RUN {
svc$describe_account(
  AccountId = "555555555555"
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace