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)


1064
1065
1066
# File 'sig/types.rbs', line 1064

def name
  @name
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


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

def next_token
  @next_token
end

#scheduled_query_arn::String

Returns the value of attribute scheduled_query_arn.

Returns:

  • (::String)


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

def scheduled_query_arn
  @scheduled_query_arn
end

#trigger_history::Array[Types::TriggerHistoryRecord]

Returns the value of attribute trigger_history.

Returns:



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

def trigger_history
  @trigger_history
end