You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IoT::Types::CreateBillingGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::CreateBillingGroupRequest
- Defined in:
- (unknown)
Overview
Note:
When passing CreateBillingGroupRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
billing_group_name: "BillingGroupName", # required
billing_group_properties: {
billing_group_description: "BillingGroupDescription",
},
tags: [
{
key: "TagKey", # required
value: "TagValue",
},
],
}
Instance Attribute Summary collapse
-
#billing_group_name ⇒ String
The name you wish to give to the billing group.
-
#billing_group_properties ⇒ Types::BillingGroupProperties
The properties of the billing group.
-
#tags ⇒ Array<Types::Tag>
Metadata which can be used to manage the billing group.
Instance Attribute Details
#billing_group_name ⇒ String
The name you wish to give to the billing group.
#billing_group_properties ⇒ Types::BillingGroupProperties
The properties of the billing group.
#tags ⇒ Array<Types::Tag>
Metadata which can be used to manage the billing group.