Class: Aws::IoT::Types::BillingGroupProperties

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb

Overview

The properties of a billing group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#billing_group_descriptionString

The description of the billing group.

Returns:

  • (String)


1447
1448
1449
1450
1451
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 1447

class BillingGroupProperties < Struct.new(
  :billing_group_description)
  SENSITIVE = []
  include Aws::Structure
end