Class: Aws::WAFRegional::Types::CreateRuleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::CreateRuleResponse
- Defined in:
- gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#change_token ⇒ String
The
ChangeToken
that you used to submit theCreateRule
request. -
#rule ⇒ Types::Rule
The Rule returned in the
CreateRule
response.
Instance Attribute Details
#change_token ⇒ String
The ChangeToken
that you used to submit the CreateRule
request.
You can also use this value to query the status of the request. For
more information, see GetChangeTokenStatus.
910 911 912 913 914 915 |
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 910 class CreateRuleResponse < Struct.new( :rule, :change_token) SENSITIVE = [] include Aws::Structure end |
#rule ⇒ Types::Rule
The Rule returned in the CreateRule
response.
910 911 912 913 914 915 |
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 910 class CreateRuleResponse < Struct.new( :rule, :change_token) SENSITIVE = [] include Aws::Structure end |