Class: Aws::WAFRegional::Types::CreateRuleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::CreateRuleResponse
- Includes:
- Structure
- Defined in:
- 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 the `CreateRule` 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 '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 'lib/aws-sdk-wafregional/types.rb', line 910 class CreateRuleResponse < Struct.new( :rule, :change_token) SENSITIVE = [] include Aws::Structure end |