Class: Aws::VPCLattice::Types::GetListenerRequest

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 Amazon Resource Name (ARN) of the listener.

Returns:

  • (String)


1281
1282
1283
1284
1285
1286
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1281

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

#service_identifierString

The ID or Amazon Resource Name (ARN) of the service.

Returns:

  • (String)


1281
1282
1283
1284
1285
1286
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1281

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