Class: Aws::IoT::Types::BillingGroupMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::BillingGroupMetadata
- 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
-
#creation_date ⇒ Time
The date the billing group was created.
Instance Attribute Details
#creation_date ⇒ Time
The date the billing group was created.
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 |