Class: Aws::Types::DescribeMetricsExportResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_message ⇒ ::String

Returns the value of attribute error_message.

Returns:

  • (::String)


579
580
581
# File 'sig/types.rbs', line 579

def error_message
  @error_message
end

#export_location ⇒ Types::S3Location

Returns the value of attribute export_location.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • ("Pending", "InProgress", "Failed", "Success")


582
583
584
# File 'sig/types.rbs', line 582

def status
  @status
end