Class: Aws::VPCLattice::Types::ListenerSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::ListenerSummary
- 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
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the listener.
-
#created_at ⇒ Time
The date and time that the listener was created, in ISO-8601 format.
-
#id ⇒ String
The ID of the listener.
-
#last_updated_at ⇒ Time
The date and time that the listener was last updated, in ISO-8601 format.
-
#name ⇒ String
The name of the listener.
-
#port ⇒ Integer
The listener port.
-
#protocol ⇒ String
The listener protocol.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the listener.
3919 3920 3921 3922 3923 3924 3925 3926 3927 3928 3929 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3919 class ListenerSummary < Struct.new( :arn, :id, :name, :protocol, :port, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The date and time that the listener was created, in ISO-8601 format.
3919 3920 3921 3922 3923 3924 3925 3926 3927 3928 3929 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3919 class ListenerSummary < Struct.new( :arn, :id, :name, :protocol, :port, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the listener.
3919 3920 3921 3922 3923 3924 3925 3926 3927 3928 3929 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3919 class ListenerSummary < Struct.new( :arn, :id, :name, :protocol, :port, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#last_updated_at ⇒ Time
The date and time that the listener was last updated, in ISO-8601 format.
3919 3920 3921 3922 3923 3924 3925 3926 3927 3928 3929 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3919 class ListenerSummary < Struct.new( :arn, :id, :name, :protocol, :port, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the listener.
3919 3920 3921 3922 3923 3924 3925 3926 3927 3928 3929 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3919 class ListenerSummary < Struct.new( :arn, :id, :name, :protocol, :port, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#port ⇒ Integer
The listener port.
3919 3920 3921 3922 3923 3924 3925 3926 3927 3928 3929 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3919 class ListenerSummary < Struct.new( :arn, :id, :name, :protocol, :port, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#protocol ⇒ String
The listener protocol.
3919 3920 3921 3922 3923 3924 3925 3926 3927 3928 3929 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3919 class ListenerSummary < Struct.new( :arn, :id, :name, :protocol, :port, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |