Class AwsCurConfigResponseDataAttributes

The definition of AwsCurConfigResponseDataAttributes object.

Hierarchy

  • AwsCurConfigResponseDataAttributes

Constructors

Properties

The definition of AwsCurConfigResponseDataAttributesAccountFilters object.

accountId?: string

The attributes account_id.

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
bucketName?: string

The attributes bucket_name.

bucketRegion?: string

The attributes bucket_region.

createdAt?: string

The attributes created_at.

errorMessages?: string[]

The attributes error_messages.

months?: number

The attributes months.

reportName?: string

The attributes report_name.

reportPrefix?: string

The attributes report_prefix.

status?: string

The attributes status.

statusUpdatedAt?: string

The attributes status_updated_at.

updatedAt?: string

The attributes updated_at.

Generated using TypeDoc