Class: Aws::Types::AutoTransferBillingGroupCreationPreference
- Inherits:
-
Object
- Object
- Aws::Types::AutoTransferBillingGroupCreationPreference
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#pricing_plan_arn ⇒ ::String
Returns the value of attribute pricing_plan_arn.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
72 73 74 |
# File 'sig/types.rbs', line 72 def enabled @enabled end |
#pricing_plan_arn ⇒ ::String
Returns the value of attribute pricing_plan_arn.
73 74 75 |
# File 'sig/types.rbs', line 73 def pricing_plan_arn @pricing_plan_arn end |