Class: Aws::VPCLattice::Types::DeleteRuleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::DeleteRuleRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#listener_identifier ⇒ String
The ID or ARN of the listener.
-
#rule_identifier ⇒ String
The ID or ARN of the rule.
-
#service_identifier ⇒ String
The ID or ARN of the service.
Instance Attribute Details
#listener_identifier ⇒ String
The ID or ARN of the listener.
1532 1533 1534 1535 1536 1537 1538 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1532 class DeleteRuleRequest < Struct.new( :service_identifier, :listener_identifier, :rule_identifier) SENSITIVE = [] include Aws::Structure end |
#rule_identifier ⇒ String
The ID or ARN of the rule.
1532 1533 1534 1535 1536 1537 1538 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1532 class DeleteRuleRequest < Struct.new( :service_identifier, :listener_identifier, :rule_identifier) SENSITIVE = [] include Aws::Structure end |
#service_identifier ⇒ String
The ID or ARN of the service.
1532 1533 1534 1535 1536 1537 1538 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1532 class DeleteRuleRequest < Struct.new( :service_identifier, :listener_identifier, :rule_identifier) SENSITIVE = [] include Aws::Structure end |