Class: Aws::PrometheusService::Types::LoggingConfigurationMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::LoggingConfigurationMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-prometheusservice/types.rb
Overview
Contains information about the logging configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The date and time that the logging configuration was created.
-
#log_group_arn ⇒ String
The ARN of the CloudWatch log group to which the vended log data will be published.
-
#modified_at ⇒ Time
The date and time that the logging configuration was most recently changed.
-
#status ⇒ Types::LoggingConfigurationStatus
The current status of the logging configuration.
-
#workspace ⇒ String
The ID of the workspace the logging configuration is for.
Instance Attribute Details
#created_at ⇒ Time
The date and time that the logging configuration was created.
1079 1080 1081 1082 1083 1084 1085 1086 1087 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1079 class LoggingConfigurationMetadata < Struct.new( :created_at, :log_group_arn, :modified_at, :status, :workspace) SENSITIVE = [] include Aws::Structure end |
#log_group_arn ⇒ String
The ARN of the CloudWatch log group to which the vended log data will be published.
1079 1080 1081 1082 1083 1084 1085 1086 1087 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1079 class LoggingConfigurationMetadata < Struct.new( :created_at, :log_group_arn, :modified_at, :status, :workspace) SENSITIVE = [] include Aws::Structure end |
#modified_at ⇒ Time
The date and time that the logging configuration was most recently changed.
1079 1080 1081 1082 1083 1084 1085 1086 1087 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1079 class LoggingConfigurationMetadata < Struct.new( :created_at, :log_group_arn, :modified_at, :status, :workspace) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::LoggingConfigurationStatus
The current status of the logging configuration.
1079 1080 1081 1082 1083 1084 1085 1086 1087 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1079 class LoggingConfigurationMetadata < Struct.new( :created_at, :log_group_arn, :modified_at, :status, :workspace) SENSITIVE = [] include Aws::Structure end |
#workspace ⇒ String
The ID of the workspace the logging configuration is for.
1079 1080 1081 1082 1083 1084 1085 1086 1087 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1079 class LoggingConfigurationMetadata < Struct.new( :created_at, :log_group_arn, :modified_at, :status, :workspace) SENSITIVE = [] include Aws::Structure end |