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.
1512 1513 1514 1515 1516 |
# File 'lib/aws-sdk-iot/types.rb', line 1512 class BillingGroupMetadata < Struct.new( :creation_date) SENSITIVE = [] include Aws::Structure end |