You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Shield::Types::UpdateSubscriptionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Shield::Types::UpdateSubscriptionRequest
- Defined in:
- (unknown)
Overview
Note:
When passing UpdateSubscriptionRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
auto_renew: "ENABLED", # accepts ENABLED, DISABLED
}
Instance Attribute Summary collapse
-
#auto_renew ⇒ String
When you initally create a subscription,
AutoRenew
is 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.
Possible values:
- ENABLED
- DISABLED