Class: Aws::WAFRegional::Types::CreateRuleGroupResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-wafregional/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#change_tokenString

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.

Returns:

  • (String)


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_groupTypes::RuleGroup

An empty RuleGroup.

Returns:



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