Class: Aws::WAF::Types::GetSizeConstraintSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAF::Types::GetSizeConstraintSetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-waf/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#size_constraint_set_id ⇒ String
The ‘SizeConstraintSetId` of the SizeConstraintSet that you want to get.
Instance Attribute Details
#size_constraint_set_id ⇒ String
The ‘SizeConstraintSetId` of the SizeConstraintSet that you want to get. `SizeConstraintSetId` is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.
2275 2276 2277 2278 2279 |
# File 'lib/aws-sdk-waf/types.rb', line 2275 class GetSizeConstraintSetRequest < Struct.new( :size_constraint_set_id) SENSITIVE = [] include Aws::Structure end |