Class: Aws::Route53GlobalResolver::Types::BatchCreateFirewallRuleOutputItem

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

Overview

Information about the result of creating a DNS Firewall rule in a batch operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeInteger

The HTTP response code for the batch operation result.

Returns:

  • (Integer)


346
347
348
349
350
351
352
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 346

class BatchCreateFirewallRuleOutputItem < Struct.new(
  :firewall_rule,
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#firewall_ruleTypes::BatchCreateFirewallRuleResult

The firewall rule that was created in the batch operation.



346
347
348
349
350
351
352
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 346

class BatchCreateFirewallRuleOutputItem < Struct.new(
  :firewall_rule,
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

A message describing the result of the batch operation, including error details if applicable.

Returns:

  • (String)


346
347
348
349
350
351
352
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 346

class BatchCreateFirewallRuleOutputItem < Struct.new(
  :firewall_rule,
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end