Class: Aws::Types::DescribeMetricsExportResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeMetricsExportResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#export_location ⇒ Types::S3Location
Returns the value of attribute export_location.
-
#metrics_export_id ⇒ ::String
Returns the value of attribute metrics_export_id.
-
#status ⇒ "Pending", ...
Returns the value of attribute status.
Instance Attribute Details
#error_message ⇒ ::String
Returns the value of attribute error_message.
579 580 581 |
# File 'sig/types.rbs', line 579 def @error_message end |
#export_location ⇒ Types::S3Location
Returns the value of attribute export_location.
580 581 582 |
# File 'sig/types.rbs', line 580 def export_location @export_location end |
#metrics_export_id ⇒ ::String
Returns the value of attribute metrics_export_id.
581 582 583 |
# File 'sig/types.rbs', line 581 def metrics_export_id @metrics_export_id end |
#status ⇒ "Pending", ...
Returns the value of attribute status.
582 583 584 |
# File 'sig/types.rbs', line 582 def status @status end |