Class: Aws::ResilienceHub::Types::StartMetricsExportResponse

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

#metrics_export_idString

Identifier of the metrics export task.

Returns:

  • (String)


6220
6221
6222
6223
6224
6225
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6220

class StartMetricsExportResponse < Struct.new(
  :metrics_export_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Indicates the status of the metrics export task.

Returns:

  • (String)


6220
6221
6222
6223
6224
6225
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6220

class StartMetricsExportResponse < Struct.new(
  :metrics_export_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end