Class: Aws::IoT::Types::CreateBillingGroupRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#billing_group_nameString

The name you wish to give to the billing group.

Returns:

  • (String)


2372
2373
2374
2375
2376
2377
2378
# File 'lib/aws-sdk-iot/types.rb', line 2372

class CreateBillingGroupRequest < Struct.new(
  :billing_group_name,
  :billing_group_properties,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#billing_group_propertiesTypes::BillingGroupProperties

The properties of the billing group.



2372
2373
2374
2375
2376
2377
2378
# File 'lib/aws-sdk-iot/types.rb', line 2372

class CreateBillingGroupRequest < Struct.new(
  :billing_group_name,
  :billing_group_properties,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

Metadata which can be used to manage the billing group.

Returns:



2372
2373
2374
2375
2376
2377
2378
# File 'lib/aws-sdk-iot/types.rb', line 2372

class CreateBillingGroupRequest < Struct.new(
  :billing_group_name,
  :billing_group_properties,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end