Class: Aws::BillingConductor::Types::FreeTierConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#activatedBoolean

Activate or deactivate Amazon Web Services Free Tier application.

Returns:

  • (Boolean)


1271
1272
1273
1274
1275
# File 'lib/aws-sdk-billingconductor/types.rb', line 1271

class FreeTierConfig < Struct.new(
  :activated)
  SENSITIVE = []
  include Aws::Structure
end