Class: Aws::Redshift::Types::DescribeLoggingStatusMessage
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Redshift::Types::DescribeLoggingStatusMessage
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-redshift/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #cluster_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the cluster from which to get the logging status.
 
Instance Attribute Details
#cluster_identifier ⇒ String
The identifier of the cluster from which to get the logging status.
Example: ‘examplecluster`
      5114 5115 5116 5117 5118  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 5114 class DescribeLoggingStatusMessage < Struct.new( :cluster_identifier) SENSITIVE = [] include Aws::Structure end  |