Class: Aws::VPCLattice::Types::ListenerSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb

Overview

Summary information about a listener.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the listener.

Returns:

  • (String)


2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2465

class ListenerSummary < Struct.new(
  :arn,
  :created_at,
  :id,
  :last_updated_at,
  :name,
  :port,
  :protocol)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The date and time that the listener was created, specified in ISO-8601 format.

Returns:

  • (Time)


2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2465

class ListenerSummary < Struct.new(
  :arn,
  :created_at,
  :id,
  :last_updated_at,
  :name,
  :port,
  :protocol)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the listener.

Returns:

  • (String)


2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2465

class ListenerSummary < Struct.new(
  :arn,
  :created_at,
  :id,
  :last_updated_at,
  :name,
  :port,
  :protocol)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_atTime

The date and time that the listener was last updated, specified in ISO-8601 format.

Returns:

  • (Time)


2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2465

class ListenerSummary < Struct.new(
  :arn,
  :created_at,
  :id,
  :last_updated_at,
  :name,
  :port,
  :protocol)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the listener.

Returns:

  • (String)


2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2465

class ListenerSummary < Struct.new(
  :arn,
  :created_at,
  :id,
  :last_updated_at,
  :name,
  :port,
  :protocol)
  SENSITIVE = []
  include Aws::Structure
end

#portInteger

The listener port.

Returns:

  • (Integer)


2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2465

class ListenerSummary < Struct.new(
  :arn,
  :created_at,
  :id,
  :last_updated_at,
  :name,
  :port,
  :protocol)
  SENSITIVE = []
  include Aws::Structure
end

#protocolString

The listener protocol.

Returns:

  • (String)


2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2465

class ListenerSummary < Struct.new(
  :arn,
  :created_at,
  :id,
  :last_updated_at,
  :name,
  :port,
  :protocol)
  SENSITIVE = []
  include Aws::Structure
end