Class: Aws::BillingConductor::Types::CreateFreeTierConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::CreateFreeTierConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-billingconductor/types.rb
Overview
The possible Amazon Web Services Free Tier configurations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#activated ⇒ Boolean
Activate or deactivate Amazon Web Services Free Tier.
Instance Attribute Details
#activated ⇒ Boolean
Activate or deactivate Amazon Web Services Free Tier.
658 659 660 661 662 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 658 class CreateFreeTierConfig < Struct.new( :activated) SENSITIVE = [] include Aws::Structure end |