Class: Aws::VPCLattice::Types::DeleteRuleRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-vpclattice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#listener_identifierString

The ID or ARN of the listener.



1507
1508
1509
1510
1511
1512
1513
# File 'lib/aws-sdk-vpclattice/types.rb', line 1507

class DeleteRuleRequest < Struct.new(
  :service_identifier,
  :listener_identifier,
  :rule_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#rule_identifierString

The ID or ARN of the rule.



1507
1508
1509
1510
1511
1512
1513
# File 'lib/aws-sdk-vpclattice/types.rb', line 1507

class DeleteRuleRequest < Struct.new(
  :service_identifier,
  :listener_identifier,
  :rule_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#service_identifierString

The ID or ARN of the service.



1507
1508
1509
1510
1511
1512
1513
# File 'lib/aws-sdk-vpclattice/types.rb', line 1507

class DeleteRuleRequest < Struct.new(
  :service_identifier,
  :listener_identifier,
  :rule_identifier)
  SENSITIVE = []
  include Aws::Structure
end