Class: Aws::Route53GlobalResolver::Types::BatchDeleteFirewallRuleResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53GlobalResolver::Types::BatchDeleteFirewallRuleResult
- Defined in:
- gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb
Overview
Information about a firewall rule that was deleted in a batch operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
The unique string that identified the request and ensured idempotency.
-
#id ⇒ String
The unique identifier of the deleted firewall rule.
-
#name ⇒ String
The name of the deleted firewall rule.
-
#status ⇒ String
The final status of the deleted firewall rule.
Instance Attribute Details
#client_token ⇒ String
The unique string that identified the request and ensured idempotency.
557 558 559 560 561 562 563 564 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 557 class BatchDeleteFirewallRuleResult < Struct.new( :client_token, :id, :name, :status) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the deleted firewall rule.
557 558 559 560 561 562 563 564 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 557 class BatchDeleteFirewallRuleResult < Struct.new( :client_token, :id, :name, :status) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the deleted firewall rule.
557 558 559 560 561 562 563 564 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 557 class BatchDeleteFirewallRuleResult < Struct.new( :client_token, :id, :name, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The final status of the deleted firewall rule.
557 558 559 560 561 562 563 564 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 557 class BatchDeleteFirewallRuleResult < Struct.new( :client_token, :id, :name, :status) SENSITIVE = [] include Aws::Structure end |