OBJECT

AwsNativeAccountDetails

Description

AWS native account details.

link GraphQL Schema definition

  • type AwsNativeAccountDetails {
  • # Rubrik ID of the AWS account.
  • id: String!
  • # Name of the AWS account.
  • name: String!
  • # Status of the AWS account for the relevant feature.
  • status: AwsAccountStatus!
  • }