Class: Aws::VPCLattice::Types::GetListenerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::GetListenerRequest
- Defined in:
- gems/aws-sdk-vpclattice/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.
-
#service_identifier ⇒ String
The ID or ARN of the service.
Instance Attribute Details
#listener_identifier ⇒ String
The ID or ARN of the listener.
1798 1799 1800 1801 1802 1803 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1798 class GetListenerRequest < Struct.new( :listener_identifier, :service_identifier) SENSITIVE = [] include Aws::Structure end |
#service_identifier ⇒ String
The ID or ARN of the service.
1798 1799 1800 1801 1802 1803 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1798 class GetListenerRequest < Struct.new( :listener_identifier, :service_identifier) SENSITIVE = [] include Aws::Structure end |