DescribeBillingGroupResponse

DescribeBillingGroupResponse schema

ComplianceIoTSecurityVulnerability Management

Properties

Name Type Description
billingGroupName object
billingGroupId object
billingGroupArn object
version object
billingGroupProperties object
billingGroupMetadata object
View JSON Schema on GitHub

JSON Schema

iot-device-defender-describe-billing-group-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-device-defender/refs/heads/main/json-schema/iot-device-defender-describe-billing-group-response-schema.json",
  "title": "DescribeBillingGroupResponse",
  "description": "DescribeBillingGroupResponse schema",
  "type": "object",
  "properties": {
    "billingGroupName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BillingGroupName"
        },
        {
          "description": "The name of the billing group."
        }
      ]
    },
    "billingGroupId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BillingGroupId"
        },
        {
          "description": "The ID of the billing group."
        }
      ]
    },
    "billingGroupArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BillingGroupArn"
        },
        {
          "description": "The ARN of the billing group."
        }
      ]
    },
    "version": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Version"
        },
        {
          "description": "The version of the billing group."
        }
      ]
    },
    "billingGroupProperties": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BillingGroupProperties"
        },
        {
          "description": "The properties of the billing group."
        }
      ]
    },
    "billingGroupMetadata": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BillingGroupMetadata"
        },
        {
          "description": "Additional information about the billing group."
        }
      ]
    }
  }
}