Class: Aws::Route53Resolver::Types::CreateFirewallRuleGroupRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creator_request_idString

A unique string defined by you to identify the request. This allows you to retry failed requests without the risk of running the operation twice. This can be any unique string, for example, a timestamp.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


296
297
298
299
300
301
302
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 296

class CreateFirewallRuleGroupRequest < Struct.new(
  :creator_request_id,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A name that lets you identify the rule group, to manage and use it.

Returns:

  • (String)


296
297
298
299
300
301
302
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 296

class CreateFirewallRuleGroupRequest < Struct.new(
  :creator_request_id,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

A list of the tag keys and values that you want to associate with the rule group.

Returns:



296
297
298
299
300
301
302
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 296

class CreateFirewallRuleGroupRequest < Struct.new(
  :creator_request_id,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end