Amazon IoT Device Defender · JSON Structure

Iot Device Defender Describe Billing Group Response Structure

DescribeBillingGroupResponse schema

Type: object Properties: 6
ComplianceIoTSecurityVulnerability Management

DescribeBillingGroupResponse is a JSON Structure definition published by Amazon IoT Device Defender, describing 6 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

billingGroupName billingGroupId billingGroupArn version billingGroupProperties billingGroupMetadata

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-device-defender/refs/heads/main/json-structure/iot-device-defender-describe-billing-group-response-structure.json",
  "name": "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."
        }
      ]
    }
  }
}