Method: Aws::WAFV2::Types::GetManagedRuleSetResponse#managed_rule_set
- Defined in:
- lib/aws-sdk-wafv2/types.rb
#managed_rule_set ⇒ Types::ManagedRuleSet
The managed rule set that you requested.
3603 3604 3605 3606 3607 3608 |
# File 'lib/aws-sdk-wafv2/types.rb', line 3603 class GetManagedRuleSetResponse < Struct.new( :managed_rule_set, :lock_token) SENSITIVE = [] include Aws::Structure end |