Module: Aws::ApplicationSignals::Client::_GetInstrumentationConfigurationStatusResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::GetInstrumentationConfigurationStatusResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#environment::String

Returns:

  • (::String)


263
# File 'sig/client.rbs', line 263

def environment: () -> ::String

#events::Array[Types::InstrumentationStatusEvent]

Returns:



267
# File 'sig/client.rbs', line 267

def events: () -> ::Array[Types::InstrumentationStatusEvent]

#locationTypes::Location

Returns:



265
# File 'sig/client.rbs', line 265

def location: () -> Types::Location

#next_token::String

Returns:

  • (::String)


268
# File 'sig/client.rbs', line 268

def next_token: () -> ::String

#service::String

Returns:

  • (::String)


262
# File 'sig/client.rbs', line 262

def service: () -> ::String

#signal_type"SNAPSHOT"

Returns:

  • ("SNAPSHOT")


264
# File 'sig/client.rbs', line 264

def signal_type: () -> ("SNAPSHOT")

#status"READY", ...

Returns:

  • ("READY", "ERROR", "ACTIVE", "DISABLED")


266
# File 'sig/client.rbs', line 266

def status: () -> ("READY" | "ERROR" | "ACTIVE" | "DISABLED")