Module: Aws::CloudWatchLogs::Client::_GetScheduledQueryHistoryResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::GetScheduledQueryHistoryResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#name::String

Returns:

  • (::String)


919
# File 'sig/client.rbs', line 919

def name: () -> ::String

#next_token::String

Returns:

  • (::String)


922
# File 'sig/client.rbs', line 922

def next_token: () -> ::String

#scheduled_query_arn::String

Returns:

  • (::String)


920
# File 'sig/client.rbs', line 920

def scheduled_query_arn: () -> ::String

#trigger_history::Array[Types::TriggerHistoryRecord]

Returns:



921
# File 'sig/client.rbs', line 921

def trigger_history: () -> ::Array[Types::TriggerHistoryRecord]