Module: Aws::Connect::Client::_SearchHoursOfOperationsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::SearchHoursOfOperationsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #approximate_total_count ⇒ ::Integer
- #hours_of_operations ⇒ ::Array[Types::HoursOfOperation]
- #next_token ⇒ ::String
Instance Method Details
#approximate_total_count ⇒ ::Integer
3985 |
# File 'sig/client.rbs', line 3985
def approximate_total_count: () -> ::Integer
|
#hours_of_operations ⇒ ::Array[Types::HoursOfOperation]
3983 |
# File 'sig/client.rbs', line 3983
def hours_of_operations: () -> ::Array[Types::HoursOfOperation]
|
#next_token ⇒ ::String
3984 |
# File 'sig/client.rbs', line 3984
def next_token: () -> ::String
|