Module: Aws::ApplicationSignals::Client::_ListInstrumentationConfigurationsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::InstrumentationConfigurationsPage]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #changed ⇒ Boolean
- #environment ⇒ ::String
- #latest_configurations ⇒ ::Array[Types::InstrumentationConfigurationWithoutServiceEnv]
- #next_token ⇒ ::String
- #service ⇒ ::String
- #sync_interval ⇒ ::Integer
- #synced_at ⇒ ::Time
Instance Method Details
#changed ⇒ Boolean
393 |
# File 'sig/client.rbs', line 393
def changed: () -> bool
|
#environment ⇒ ::String
392 |
# File 'sig/client.rbs', line 392
def environment: () -> ::String
|
#latest_configurations ⇒ ::Array[Types::InstrumentationConfigurationWithoutServiceEnv]
394 |
# File 'sig/client.rbs', line 394
def latest_configurations: () -> ::Array[Types::InstrumentationConfigurationWithoutServiceEnv]
|
#next_token ⇒ ::String
397 |
# File 'sig/client.rbs', line 397
def next_token: () -> ::String
|
#service ⇒ ::String
391 |
# File 'sig/client.rbs', line 391
def service: () -> ::String
|
#sync_interval ⇒ ::Integer
396 |
# File 'sig/client.rbs', line 396
def sync_interval: () -> ::Integer
|
#synced_at ⇒ ::Time
395 |
# File 'sig/client.rbs', line 395
def synced_at: () -> ::Time
|