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.
1494 1495 1496 1497 1498 |
# File 'lib/aws-sdk-iot/types.rb', line 1494 class BillingGroupMetadata < Struct.new( :creation_date) SENSITIVE = [] include Aws::Structure end |