DescribeAccountRequest
public struct DescribeAccountRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
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.
Declaration
Swift
public let accountId: String
-
Undocumented
Declaration
Swift
public init(accountId: String)
-
Declaration
Swift
public func validate(name: String) throws