Class: Aws::Types::GetScheduledQueryHistoryResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1066
1067
1068
# File 'sig/types.rbs', line 1066

def name
  @name
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1069
1070
1071
# File 'sig/types.rbs', line 1069

def next_token
  @next_token
end

#scheduled_query_arn::String

Returns the value of attribute scheduled_query_arn.

Returns:

  • (::String)


1067
1068
1069
# File 'sig/types.rbs', line 1067

def scheduled_query_arn
  @scheduled_query_arn
end

#trigger_history::Array[Types::TriggerHistoryRecord]

Returns the value of attribute trigger_history.

Returns:



1068
1069
1070
# File 'sig/types.rbs', line 1068

def trigger_history
  @trigger_history
end