Class: Aws::IoT::Types::BillingGroupMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::BillingGroupMetadata
- Defined in:
- gems/aws-sdk-iot/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.
1518 1519 1520 1521 1522 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 1518 class BillingGroupMetadata < Struct.new( :creation_date) SENSITIVE = [] include Aws::Structure end |