Class: Aws::ECS::Types::ManagedListener

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

Overview

The listeners associated with the Express service's Application Load Balancer.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the load balancer listener.

Returns:

  • (String)


9035
9036
9037
9038
9039
9040
9041
9042
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9035

class ManagedListener < Struct.new(
  :arn,
  :status,
  :status_reason,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the load balancer listener.

Returns:

  • (String)


9035
9036
9037
9038
9039
9040
9041
9042
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9035

class ManagedListener < Struct.new(
  :arn,
  :status,
  :status_reason,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#status_reasonString

Informaion about why the load balancer listener is in the current status.

Returns:

  • (String)


9035
9036
9037
9038
9039
9040
9041
9042
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9035

class ManagedListener < Struct.new(
  :arn,
  :status,
  :status_reason,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The Unix timestamp for when this listener was most recently updated.

Returns:

  • (Time)


9035
9036
9037
9038
9039
9040
9041
9042
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9035

class ManagedListener < Struct.new(
  :arn,
  :status,
  :status_reason,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end