Amazon IoT Device Management · Schema
DescribeBillingGroupResponse
DescribeBillingGroupResponse schema
Device ManagementFleet ManagementIoTOTA Updates
Properties
| Name | Type | Description |
|---|---|---|
| billingGroupName | object | |
| billingGroupId | object | |
| billingGroupArn | object | |
| version | object | |
| billingGroupProperties | object | |
| billingGroupMetadata | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-device-management/refs/heads/main/json-schema/iot-device-management-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."
}
]
}
}
}