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
show all
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

Instance Attribute Details

#auto_renewString

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

Returns:

  • (String)

    When you initally create a subscription, AutoRenew is set to ENABLED.