Class: Aws::Route53GlobalResolver::Types::BatchDeleteFirewallRuleResult

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#client_tokenString

The unique string that identified the request and ensured idempotency.

Returns:

  • (String)


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

#idString

The unique identifier of the deleted firewall rule.

Returns:

  • (String)


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

#nameString

The name of the deleted firewall rule.

Returns:

  • (String)


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

#statusString

The final status of the deleted firewall rule.

Returns:

  • (String)


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