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
show all
Defined in:
(unknown)

Overview

Information about the AWS Shield Advanced subscription for an account.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#auto_renewString

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

Returns:

  • (String)

    If ENABLED, the subscription will be automatically renewed at the end of the existing subscription period.

#end_timeTime

The date and time your subscription will end.

Returns:

  • (Time)

    The date and time your subscription will end.

#limitsArray<Types::Limit>

Specifies how many protections of a given type you can create.

Returns:

  • (Array<Types::Limit>)

    Specifies how many protections of a given type you can create.

#proactive_engagement_statusString

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

Returns:

  • (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_timeTime

The start time of the subscription, in Unix time in seconds. For more information see timestamp.

Returns:

  • (Time)

    The start time of the subscription, in Unix time in seconds.

#subscription_limitsTypes::SubscriptionLimits

Limits settings for your subscription.

Returns:

#time_commitment_in_secondsInteger

The length, in seconds, of the AWS Shield Advanced subscription for the account.

Returns:

  • (Integer)

    The length, in seconds, of the AWS Shield Advanced subscription for the account.