Class: Aws::ResilienceHub::Types::DescribeMetricsExportResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ResilienceHub::Types::DescribeMetricsExportResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-resiliencehub/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #error_message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Explains the error that occurred while exporting the metrics.
 - 
  
    
      #export_location  ⇒ Types::S3Location 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies the name of the Amazon S3 bucket where the exported metrics is stored.
 - 
  
    
      #metrics_export_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Identifier for the metrics export task.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates the status of the metrics export task.
 
Instance Attribute Details
#error_message ⇒ String
Explains the error that occurred while exporting the metrics.
      2893 2894 2895 2896 2897 2898 2899 2900  | 
    
      # File 'lib/aws-sdk-resiliencehub/types.rb', line 2893 class DescribeMetricsExportResponse < Struct.new( :error_message, :export_location, :metrics_export_id, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#export_location ⇒ Types::S3Location
Specifies the name of the Amazon S3 bucket where the exported metrics is stored.
      2893 2894 2895 2896 2897 2898 2899 2900  | 
    
      # File 'lib/aws-sdk-resiliencehub/types.rb', line 2893 class DescribeMetricsExportResponse < Struct.new( :error_message, :export_location, :metrics_export_id, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#metrics_export_id ⇒ String
Identifier for the metrics export task.
      2893 2894 2895 2896 2897 2898 2899 2900  | 
    
      # File 'lib/aws-sdk-resiliencehub/types.rb', line 2893 class DescribeMetricsExportResponse < Struct.new( :error_message, :export_location, :metrics_export_id, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
Indicates the status of the metrics export task.
      2893 2894 2895 2896 2897 2898 2899 2900  | 
    
      # File 'lib/aws-sdk-resiliencehub/types.rb', line 2893 class DescribeMetricsExportResponse < Struct.new( :error_message, :export_location, :metrics_export_id, :status) SENSITIVE = [] include Aws::Structure end  |