Class: Aws::ECS::Types::ManagedLogGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::ManagedLogGroup
- 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
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the Cloudwatch Log Group associated with the Express service.
-
#log_group_name ⇒ String
The name of the Cloudwatch Log Group associated with the Express service.
-
#status ⇒ String
The status of the Cloudwatch LogGroup.
-
#status_reason ⇒ String
Information about why the Cloudwatch LogGroup is in the current status.
-
#updated_at ⇒ Time
The Unix timestamp for when the Cloudwatch LogGroup was last updated.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the Cloudwatch Log Group associated with the Express service.
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_name ⇒ String
The name of the Cloudwatch Log Group associated with the Express service.
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 ⇒ String
The status of the Cloudwatch LogGroup.
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_reason ⇒ String
Information about why the Cloudwatch LogGroup is in the current status.
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_at ⇒ Time
The Unix timestamp for when the Cloudwatch LogGroup was last updated
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 |