Class: Aws::Route53GlobalResolver::Types::BatchCreateFirewallRuleOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53GlobalResolver::Types::BatchCreateFirewallRuleOutput
- Defined in:
- gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failures ⇒ Array<Types::BatchCreateFirewallRuleOutputItem>
High level information about the DNS Firewall rules that failed to create.
-
#successes ⇒ Array<Types::BatchCreateFirewallRuleOutputItem>
High level information about the DNS Firewall rules that were created.
Instance Attribute Details
#failures ⇒ Array<Types::BatchCreateFirewallRuleOutputItem>
High level information about the DNS Firewall rules that failed to create.
321 322 323 324 325 326 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 321 class BatchCreateFirewallRuleOutput < Struct.new( :failures, :successes) SENSITIVE = [] include Aws::Structure end |
#successes ⇒ Array<Types::BatchCreateFirewallRuleOutputItem>
High level information about the DNS Firewall rules that were created.
321 322 323 324 325 326 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 321 class BatchCreateFirewallRuleOutput < Struct.new( :failures, :successes) SENSITIVE = [] include Aws::Structure end |