Class: Aws::IoT::Types::BillingGroupMetadata

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

Overview

Additional information about the billing group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_dateTime

The date the billing group was created.

Returns:

  • (Time)


1435
1436
1437
1438
1439
# File 'lib/aws-sdk-iot/types.rb', line 1435

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