Class: Aws::WAFRegional::Types::CreateRuleGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::CreateRuleGroupResponse
- 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 theCreateRuleGroup
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 'gems/aws-sdk-wafregional/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 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 859 class CreateRuleGroupResponse < Struct.new( :rule_group, :change_token) SENSITIVE = [] include Aws::Structure end |