Class: Aws::Shield::Types::UpdateSubscriptionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Shield::Types::UpdateSubscriptionRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-shield/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_renew ⇒ String
When you initally create a subscription, ‘AutoRenew` is set to `ENABLED`.
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 'lib/aws-sdk-shield/types.rb', line 2237 class UpdateSubscriptionRequest < Struct.new( :auto_renew) SENSITIVE = [] include Aws::Structure end |