Class: Aws::ECS::Types::ManagedListenerRule

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

Overview

The listener rule 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 rule.

Returns:

  • (String)


9067
9068
9069
9070
9071
9072
9073
9074
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9067

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

#statusString

The status of the load balancer listener rule.

Returns:

  • (String)


9067
9068
9069
9070
9071
9072
9073
9074
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9067

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

#status_reasonString

Information about why the load balancer listener rule is in the current status.

Returns:

  • (String)


9067
9068
9069
9070
9071
9072
9073
9074
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9067

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

#updated_atTime

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

Returns:

  • (Time)


9067
9068
9069
9070
9071
9072
9073
9074
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9067

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