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 for the workspace.
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.
      1090 1091 1092 1093 1094 1095 1096 1097 1098  | 
    
      # File 'lib/aws-sdk-prometheusservice/types.rb', line 1090 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.
      1090 1091 1092 1093 1094 1095 1096 1097 1098  | 
    
      # File 'lib/aws-sdk-prometheusservice/types.rb', line 1090 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.
      1090 1091 1092 1093 1094 1095 1096 1097 1098  | 
    
      # File 'lib/aws-sdk-prometheusservice/types.rb', line 1090 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.
      1090 1091 1092 1093 1094 1095 1096 1097 1098  | 
    
      # File 'lib/aws-sdk-prometheusservice/types.rb', line 1090 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.
      1090 1091 1092 1093 1094 1095 1096 1097 1098  | 
    
      # File 'lib/aws-sdk-prometheusservice/types.rb', line 1090 class LoggingConfigurationMetadata < Struct.new( :created_at, :log_group_arn, :modified_at, :status, :workspace) SENSITIVE = [] include Aws::Structure end  |