Class: Aws::VPCLattice::Types::GetListenerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::GetListenerResponse
- Defined in:
- gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb
Overview
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, specified in ISO-8601 format.
-
#default_action ⇒ Types::RuleAction
The actions for the default listener rule.
-
#id ⇒ String
The ID of the listener.
-
#last_updated_at ⇒ Time
The date and time that the listener was last updated, specified in ISO-8601 format.
-
#name ⇒ String
The name of the listener.
-
#port ⇒ Integer
The listener port.
-
#protocol ⇒ String
The listener protocol.
-
#service_arn ⇒ String
The Amazon Resource Name (ARN) of the service.
-
#service_id ⇒ String
The ID of the service.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the listener.
1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1332 class GetListenerResponse < Struct.new( :arn, :created_at, :default_action, :id, :last_updated_at, :name, :port, :protocol, :service_arn, :service_id) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The date and time that the listener was created, specified in ISO-8601 format.
1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1332 class GetListenerResponse < Struct.new( :arn, :created_at, :default_action, :id, :last_updated_at, :name, :port, :protocol, :service_arn, :service_id) SENSITIVE = [] include Aws::Structure end |
#default_action ⇒ Types::RuleAction
The actions for the default listener rule.
1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1332 class GetListenerResponse < Struct.new( :arn, :created_at, :default_action, :id, :last_updated_at, :name, :port, :protocol, :service_arn, :service_id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the listener.
1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1332 class GetListenerResponse < Struct.new( :arn, :created_at, :default_action, :id, :last_updated_at, :name, :port, :protocol, :service_arn, :service_id) SENSITIVE = [] include Aws::Structure end |
#last_updated_at ⇒ Time
The date and time that the listener was last updated, specified in ISO-8601 format.
1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1332 class GetListenerResponse < Struct.new( :arn, :created_at, :default_action, :id, :last_updated_at, :name, :port, :protocol, :service_arn, :service_id) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the listener.
1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1332 class GetListenerResponse < Struct.new( :arn, :created_at, :default_action, :id, :last_updated_at, :name, :port, :protocol, :service_arn, :service_id) SENSITIVE = [] include Aws::Structure end |
#port ⇒ Integer
The listener port.
1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1332 class GetListenerResponse < Struct.new( :arn, :created_at, :default_action, :id, :last_updated_at, :name, :port, :protocol, :service_arn, :service_id) SENSITIVE = [] include Aws::Structure end |
#protocol ⇒ String
The listener protocol.
1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1332 class GetListenerResponse < Struct.new( :arn, :created_at, :default_action, :id, :last_updated_at, :name, :port, :protocol, :service_arn, :service_id) SENSITIVE = [] include Aws::Structure end |
#service_arn ⇒ String
The Amazon Resource Name (ARN) of the service.
1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1332 class GetListenerResponse < Struct.new( :arn, :created_at, :default_action, :id, :last_updated_at, :name, :port, :protocol, :service_arn, :service_id) SENSITIVE = [] include Aws::Structure end |
#service_id ⇒ String
The ID of the service.
1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1332 class GetListenerResponse < Struct.new( :arn, :created_at, :default_action, :id, :last_updated_at, :name, :port, :protocol, :service_arn, :service_id) SENSITIVE = [] include Aws::Structure end |