Module: Aws::ApplicationSignals::Client::_ListServiceOperationsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListServiceOperationsOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #end_time ⇒ ::Time
- #next_token ⇒ ::String
- #service_operations ⇒ ::Array[Types::ServiceOperation]
- #start_time ⇒ ::Time
Instance Method Details
#end_time ⇒ ::Time
485 |
# File 'sig/client.rbs', line 485
def end_time: () -> ::Time
|
#next_token ⇒ ::String
487 |
# File 'sig/client.rbs', line 487
def next_token: () -> ::String
|
#service_operations ⇒ ::Array[Types::ServiceOperation]
486 |
# File 'sig/client.rbs', line 486
def service_operations: () -> ::Array[Types::ServiceOperation]
|
#start_time ⇒ ::Time
484 |
# File 'sig/client.rbs', line 484
def start_time: () -> ::Time
|