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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-vpclattice/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.

Returns:

  • (String)


1507
1508
1509
1510
1511
1512
1513
# File 'gems/aws-sdk-vpclattice/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.

Returns:

  • (String)


1507
1508
1509
1510
1511
1512
1513
# File 'gems/aws-sdk-vpclattice/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.

Returns:

  • (String)


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

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