Class: Aws::Shield::Types::UpdateSubscriptionRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-shield/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

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.

Returns:

  • (String)


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