Class: Aws::VPCLattice::Types::GetRuleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::GetRuleRequest
- 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 listener rule.
-
#service_identifier ⇒ String
The ID or ARN of the service.
Instance Attribute Details
#listener_identifier ⇒ String
The ID or ARN of the listener.
2089 2090 2091 2092 2093 2094 2095 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 2089 class GetRuleRequest < Struct.new( :listener_identifier, :rule_identifier, :service_identifier) SENSITIVE = [] include Aws::Structure end |
#rule_identifier ⇒ String
The ID or ARN of the listener rule.
2089 2090 2091 2092 2093 2094 2095 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 2089 class GetRuleRequest < Struct.new( :listener_identifier, :rule_identifier, :service_identifier) SENSITIVE = [] include Aws::Structure end |
#service_identifier ⇒ String
The ID or ARN of the service.
2089 2090 2091 2092 2093 2094 2095 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 2089 class GetRuleRequest < Struct.new( :listener_identifier, :rule_identifier, :service_identifier) SENSITIVE = [] include Aws::Structure end |