Class: Aws::WAF::Types::CreateRuleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAF::Types::CreateRuleResponse
- Defined in:
- gems/aws-sdk-waf/lib/aws-sdk-waf/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.
879 880 881 882 883 884 |
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 879 class CreateRuleResponse < Struct.new( :rule, :change_token) SENSITIVE = [] include Aws::Structure end |
#rule ⇒ Types::Rule
The Rule returned in the CreateRule
response.
879 880 881 882 883 884 |
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 879 class CreateRuleResponse < Struct.new( :rule, :change_token) SENSITIVE = [] include Aws::Structure end |