Class: Aws::BillingConductor::Types::FreeTierConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::FreeTierConfig
- 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 application.
Instance Attribute Details
#activated ⇒ Boolean
Activate or deactivate Amazon Web Services Free Tier application.
1271 1272 1273 1274 1275 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 1271 class FreeTierConfig < Struct.new( :activated) SENSITIVE = [] include Aws::Structure end |