Class: Aws::WAFRegional::Types::GetRuleRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-wafregional/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#rule_idString

The ‘RuleId` of the Rule that you want to get. `RuleId` is returned by CreateRule and by ListRules.

Returns:

  • (String)


2224
2225
2226
2227
2228
# File 'lib/aws-sdk-wafregional/types.rb', line 2224

class GetRuleRequest < Struct.new(
  :rule_id)
  SENSITIVE = []
  include Aws::Structure
end