Class: Aws::VPCLattice::Types::GetListenerResponse

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

#arnString

The Amazon Resource Name (ARN) of the listener.

Returns:

  • (String)


1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1340

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_atTime

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

Returns:

  • (Time)


1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1340

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_actionTypes::RuleAction

The actions for the default listener rule.

Returns:



1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1340

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

#idString

The ID of the listener.

Returns:

  • (String)


1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1340

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_atTime

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

Returns:

  • (Time)


1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1340

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

#nameString

The name of the listener.

Returns:

  • (String)


1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1340

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

#portInteger

The listener port.

Returns:

  • (Integer)


1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1340

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

#protocolString

The listener protocol.

Returns:

  • (String)


1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1340

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_arnString

The Amazon Resource Name (ARN) of the service.

Returns:

  • (String)


1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1340

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_idString

The ID of the service.

Returns:

  • (String)


1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1340

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