Class: Aws::Types::ScheduledQuerySummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Integer

Returns the value of attribute creation_time.

Returns:

  • (::Integer)


2111
2112
2113
# File 'sig/types.rbs', line 2111

def creation_time
  @creation_time
end

#destination_configurationTypes::DestinationConfiguration

Returns the value of attribute destination_configuration.



2110
2111
2112
# File 'sig/types.rbs', line 2110

def destination_configuration
  @destination_configuration
end

#last_execution_status"Running", ...

Returns the value of attribute last_execution_status.

Returns:

  • ("Running", "InvalidQuery", "Complete", "Failed", "Timeout")


2107
2108
2109
# File 'sig/types.rbs', line 2107

def last_execution_status
  @last_execution_status
end

#last_triggered_time::Integer

Returns the value of attribute last_triggered_time.

Returns:

  • (::Integer)


2106
2107
2108
# File 'sig/types.rbs', line 2106

def last_triggered_time
  @last_triggered_time
end

#last_updated_time::Integer

Returns the value of attribute last_updated_time.

Returns:

  • (::Integer)


2112
2113
2114
# File 'sig/types.rbs', line 2112

def last_updated_time
  @last_updated_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2103
2104
2105
# File 'sig/types.rbs', line 2103

def name
  @name
end

#schedule_expression::String

Returns the value of attribute schedule_expression.

Returns:

  • (::String)


2108
2109
2110
# File 'sig/types.rbs', line 2108

def schedule_expression
  @schedule_expression
end

#schedule_type"CUSTOMER_MANAGED", "AWS_MANAGED"

Returns the value of attribute schedule_type.

Returns:

  • ("CUSTOMER_MANAGED", "AWS_MANAGED")


2105
2106
2107
# File 'sig/types.rbs', line 2105

def schedule_type
  @schedule_type
end

#scheduled_query_arn::String

Returns the value of attribute scheduled_query_arn.

Returns:

  • (::String)


2102
2103
2104
# File 'sig/types.rbs', line 2102

def scheduled_query_arn
  @scheduled_query_arn
end

#state"ENABLED", "DISABLED"

Returns the value of attribute state.

Returns:

  • ("ENABLED", "DISABLED")


2104
2105
2106
# File 'sig/types.rbs', line 2104

def state
  @state
end

#timezone::String

Returns the value of attribute timezone.

Returns:

  • (::String)


2109
2110
2111
# File 'sig/types.rbs', line 2109

def timezone
  @timezone
end