Class: Aws::Types::GetTelemetryEvaluationStatusOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


284
285
286
# File 'sig/types.rbs', line 284

def failure_reason
  @failure_reason
end

#home_region::String

Returns the value of attribute home_region.

Returns:

  • (::String)


285
286
287
# File 'sig/types.rbs', line 285

def home_region
  @home_region
end

#region_statuses::Array[Types::RegionStatus]

Returns the value of attribute region_statuses.

Returns:



286
287
288
# File 'sig/types.rbs', line 286

def region_statuses
  @region_statuses
end

#status"NOT_STARTED", ...

Returns the value of attribute status.

Returns:

  • ("NOT_STARTED", "STARTING", "FAILED_START", "RUNNING", "STOPPING", "FAILED_STOP", "STOPPED")


283
284
285
# File 'sig/types.rbs', line 283

def status
  @status
end