Class: Aws::Shield::Types::UpdateSubscriptionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Shield::Types::UpdateSubscriptionRequest
- Defined in:
- gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_renew ⇒ String
When you initally create a subscription,
AutoRenewis set toENABLED.
Instance Attribute Details
#auto_renew ⇒ String
When you initally create a subscription, AutoRenew is set to
ENABLED. If ENABLED, the subscription will be automatically
renewed at the end of the existing subscription period. You can
change this by submitting an UpdateSubscription request. If the
UpdateSubscription request does not included a value for
AutoRenew, the existing value for AutoRenew remains unchanged.
2237 2238 2239 2240 2241 |
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 2237 class UpdateSubscriptionRequest < Struct.new( :auto_renew) SENSITIVE = [] include Aws::Structure end |