Class: Aws::ResilienceHub::Types::DescribeMetricsExportResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-resiliencehub/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_messageString

Explains the error that occurred while exporting the metrics.

Returns:

  • (String)


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_locationTypes::S3Location

Specifies the name of the Amazon S3 bucket where the exported metrics is stored.

Returns:



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_idString

Identifier for the metrics export task.

Returns:

  • (String)


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

#statusString

Indicates the status of the metrics export task.

Returns:

  • (String)


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