Class: Aws::PrometheusService::Types::CreateLoggingConfigurationResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PrometheusService::Types::CreateLoggingConfigurationResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-prometheusservice/types.rb
 
Overview
Represents the output of a ‘CreateLoggingConfiguration` operation.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #status  ⇒ Types::LoggingConfigurationStatus 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A structure that displays the current status of the logging configuration.
 
Instance Attribute Details
#status ⇒ Types::LoggingConfigurationStatus
A structure that displays the current status of the logging configuration.
      215 216 217 218 219  | 
    
      # File 'lib/aws-sdk-prometheusservice/types.rb', line 215 class CreateLoggingConfigurationResponse < Struct.new( :status) SENSITIVE = [] include Aws::Structure end  |