Module: Aws::ApplicationSignals::Client::_GetInstrumentationConfigurationStatusResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetInstrumentationConfigurationStatusResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #environment ⇒ ::String
- #events ⇒ ::Array[Types::InstrumentationStatusEvent]
- #location ⇒ Types::Location
- #next_token ⇒ ::String
- #service ⇒ ::String
- #signal_type ⇒ "SNAPSHOT"
- #status ⇒ "READY", ...
Instance Method Details
#environment ⇒ ::String
263 |
# File 'sig/client.rbs', line 263
def environment: () -> ::String
|
#events ⇒ ::Array[Types::InstrumentationStatusEvent]
267 |
# File 'sig/client.rbs', line 267
def events: () -> ::Array[Types::InstrumentationStatusEvent]
|
#location ⇒ Types::Location
265 |
# File 'sig/client.rbs', line 265
def location: () -> Types::Location
|
#next_token ⇒ ::String
268 |
# File 'sig/client.rbs', line 268
def next_token: () -> ::String
|
#service ⇒ ::String
262 |
# File 'sig/client.rbs', line 262
def service: () -> ::String
|
#signal_type ⇒ "SNAPSHOT"
264 |
# File 'sig/client.rbs', line 264
def signal_type: () -> ("SNAPSHOT")
|
#status ⇒ "READY", ...
266 |
# File 'sig/client.rbs', line 266
def status: () -> ("READY" | "ERROR" | "ACTIVE" | "DISABLED")
|