You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Shield::Types::Subscription
- Inherits:
-
Struct
- Object
- Struct
- Aws::Shield::Types::Subscription
- Defined in:
- (unknown)
Overview
Information about the AWS Shield Advanced subscription for an account.
Returned by:
Instance Attribute Summary collapse
-
#auto_renew ⇒ String
If
ENABLED
, the subscription will be automatically renewed at the end of the existing subscription period. -
#end_time ⇒ Time
The date and time your subscription will end.
-
#limits ⇒ Array<Types::Limit>
Specifies how many protections of a given type you can create.
-
#proactive_engagement_status ⇒ String
If
ENABLED
, the DDoS Response Team (DRT) will use email and phone to notify contacts about escalations to the DRT and to initiate proactive customer support. -
#start_time ⇒ Time
The start time of the subscription, in Unix time in seconds.
-
#subscription_limits ⇒ Types::SubscriptionLimits
Limits settings for your subscription.
-
#time_commitment_in_seconds ⇒ Integer
The length, in seconds, of the AWS Shield Advanced subscription for the account.
Instance Attribute Details
#auto_renew ⇒ String
If ENABLED
, the subscription will be automatically renewed at the end
of the existing subscription period.
When you initally create a subscription, AutoRenew
is set to
ENABLED
. 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
#end_time ⇒ Time
The date and time your subscription will end.
#limits ⇒ Array<Types::Limit>
Specifies how many protections of a given type you can create.
#proactive_engagement_status ⇒ String
If ENABLED
, the DDoS Response Team (DRT) will use email and phone to
notify contacts about escalations to the DRT and to initiate proactive
customer support.
If PENDING
, you have requested proactive engagement and the request is
pending. The status changes to ENABLED
when your request is fully
processed.
If DISABLED
, the DRT will not proactively notify contacts about
escalations or to initiate proactive customer support.
Possible values:
- ENABLED
- DISABLED
- PENDING
#start_time ⇒ Time
The start time of the subscription, in Unix time in seconds. For more information see timestamp.
#subscription_limits ⇒ Types::SubscriptionLimits
Limits settings for your subscription.
#time_commitment_in_seconds ⇒ Integer
The length, in seconds, of the AWS Shield Advanced subscription for the account.