Class: Aws::Route53GlobalResolver::Types::BatchCreateFirewallRuleOutputItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53GlobalResolver::Types::BatchCreateFirewallRuleOutputItem
- 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
-
#code ⇒ Integer
The HTTP response code for the batch operation result.
-
#firewall_rule ⇒ Types::BatchCreateFirewallRuleResult
The firewall rule that was created in the batch operation.
-
#message ⇒ String
A message describing the result of the batch operation, including error details if applicable.
Instance Attribute Details
#code ⇒ Integer
The HTTP response code for the batch operation result.
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_rule ⇒ Types::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 |
#message ⇒ String
A message describing the result of the batch operation, including error details if applicable.
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 |