Class: Aws::WAFRegional::Types::CreateRuleGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::CreateRuleGroupResponse
- 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 `CreateRuleGroup` request.
-
#rule_group ⇒ Types::RuleGroup
An empty RuleGroup.
Instance Attribute Details
#change_token ⇒ String
The ‘ChangeToken` that you used to submit the `CreateRuleGroup` request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
859 860 861 862 863 864 |
# File 'lib/aws-sdk-wafregional/types.rb', line 859 class CreateRuleGroupResponse < Struct.new( :rule_group, :change_token) SENSITIVE = [] include Aws::Structure end |
#rule_group ⇒ Types::RuleGroup
An empty RuleGroup.
859 860 861 862 863 864 |
# File 'lib/aws-sdk-wafregional/types.rb', line 859 class CreateRuleGroupResponse < Struct.new( :rule_group, :change_token) SENSITIVE = [] include Aws::Structure end |