Class: Aws::Types::GetRetrievedTracesGraphResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


321
322
323
# File 'sig/types.rbs', line 321

def next_token
  @next_token
end

#retrieval_status"SCHEDULED", ...

Returns the value of attribute retrieval_status.

Returns:

  • ("SCHEDULED", "RUNNING", "COMPLETE", "FAILED", "CANCELLED", "TIMEOUT")


319
320
321
# File 'sig/types.rbs', line 319

def retrieval_status
  @retrieval_status
end

#services::Array[Types::RetrievedService]

Returns the value of attribute services.

Returns:



320
321
322
# File 'sig/types.rbs', line 320

def services
  @services
end