Class: Aws::Shield::Types::SubscriptionLimits

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

Overview

Limits settings for your subscription.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#protection_group_limitsTypes::ProtectionGroupLimits

Limits settings on protection groups for your subscription.



1956
1957
1958
1959
1960
1961
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 1956

class SubscriptionLimits < Struct.new(
  :protection_limits,
  :protection_group_limits)
  SENSITIVE = []
  include Aws::Structure
end

#protection_limitsTypes::ProtectionLimits

Limits settings on protections for your subscription.



1956
1957
1958
1959
1960
1961
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 1956

class SubscriptionLimits < Struct.new(
  :protection_limits,
  :protection_group_limits)
  SENSITIVE = []
  include Aws::Structure
end