Module: Aws::ApplicationSignals::Client::_ListServiceStatesResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListServiceStatesOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #end_time ⇒ ::Time
- #next_token ⇒ ::String
- #service_states ⇒ ::Array[Types::ServiceState]
- #start_time ⇒ ::Time
Instance Method Details
#end_time ⇒ ::Time
502 |
# File 'sig/client.rbs', line 502
def end_time: () -> ::Time
|
#next_token ⇒ ::String
504 |
# File 'sig/client.rbs', line 504
def next_token: () -> ::String
|
#service_states ⇒ ::Array[Types::ServiceState]
503 |
# File 'sig/client.rbs', line 503
def service_states: () -> ::Array[Types::ServiceState]
|
#start_time ⇒ ::Time
501 |
# File 'sig/client.rbs', line 501
def start_time: () -> ::Time
|