Class: Aws::ECS::Types::ManagedLogGroup

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

Overview

The Cloudwatch Log Group created by Amazon ECS for an Express service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the Cloudwatch Log Group associated with the Express service.

Returns:

  • (String)


9149
9150
9151
9152
9153
9154
9155
9156
9157
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9149

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

#log_group_nameString

The name of the Cloudwatch Log Group associated with the Express service.

Returns:

  • (String)


9149
9150
9151
9152
9153
9154
9155
9156
9157
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9149

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

#statusString

The status of the Cloudwatch LogGroup.

Returns:

  • (String)


9149
9150
9151
9152
9153
9154
9155
9156
9157
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9149

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

#status_reasonString

Information about why the Cloudwatch LogGroup is in the current status.

Returns:

  • (String)


9149
9150
9151
9152
9153
9154
9155
9156
9157
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9149

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

#updated_atTime

The Unix timestamp for when the Cloudwatch LogGroup was last updated

Returns:

  • (Time)


9149
9150
9151
9152
9153
9154
9155
9156
9157
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9149

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