Class: Aws::ResilienceHub::Types::StartMetricsExportResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::StartMetricsExportResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metrics_export_id ⇒ String
Identifier of the metrics export task.
-
#status ⇒ String
Indicates the status of the metrics export task.
Instance Attribute Details
#metrics_export_id ⇒ String
Identifier of the metrics export task.
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 |
#status ⇒ String
Indicates the status of the metrics export task.
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 |