Class: Aws::Route53GlobalResolver::Types::BatchUpdateFirewallRuleOutputItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53GlobalResolver::Types::BatchUpdateFirewallRuleOutputItem
- Defined in:
- gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb
Overview
The result of updating a firewall rule in a batch operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ Integer
The response code for the update operation.
-
#firewall_rule ⇒ Types::BatchUpdateFirewallRuleResult
The firewall rule that was updated in the batch operation.
-
#message ⇒ String
The response message for the update operation.
Instance Attribute Details
#code ⇒ Integer
The response code for the update operation.
679 680 681 682 683 684 685 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 679 class BatchUpdateFirewallRuleOutputItem < Struct.new( :firewall_rule, :code, :message) SENSITIVE = [] include Aws::Structure end |
#firewall_rule ⇒ Types::BatchUpdateFirewallRuleResult
The firewall rule that was updated in the batch operation.
679 680 681 682 683 684 685 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 679 class BatchUpdateFirewallRuleOutputItem < Struct.new( :firewall_rule, :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The response message for the update operation.
679 680 681 682 683 684 685 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 679 class BatchUpdateFirewallRuleOutputItem < Struct.new( :firewall_rule, :code, :message) SENSITIVE = [] include Aws::Structure end |