Class: Aws::Types::GetScheduledQueryHistoryRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Integer

Returns the value of attribute end_time.

Returns:

  • (::Integer)


1056
1057
1058
# File 'sig/types.rbs', line 1056

def end_time
  @end_time
end

#execution_statuses::Array[("Running" | "InvalidQuery" | "Complete" | "Failed" | "Timeout")]

Returns the value of attribute execution_statuses.

Returns:

  • (::Array[("Running" | "InvalidQuery" | "Complete" | "Failed" | "Timeout")])


1057
1058
1059
# File 'sig/types.rbs', line 1057

def execution_statuses
  @execution_statuses
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


1054
1055
1056
# File 'sig/types.rbs', line 1054

def identifier
  @identifier
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1058
1059
1060
# File 'sig/types.rbs', line 1058

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1059
1060
1061
# File 'sig/types.rbs', line 1059

def next_token
  @next_token
end

#start_time::Integer

Returns the value of attribute start_time.

Returns:

  • (::Integer)


1055
1056
1057
# File 'sig/types.rbs', line 1055

def start_time
  @start_time
end