Class: Aws::Types::ScheduledQuerySummary
- Inherits:
-
Object
- Object
- Aws::Types::ScheduledQuerySummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Integer
Returns the value of attribute creation_time.
-
#destination_configuration ⇒ Types::DestinationConfiguration
Returns the value of attribute destination_configuration.
-
#last_execution_status ⇒ "Running", ...
Returns the value of attribute last_execution_status.
-
#last_triggered_time ⇒ ::Integer
Returns the value of attribute last_triggered_time.
-
#last_updated_time ⇒ ::Integer
Returns the value of attribute last_updated_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#schedule_expression ⇒ ::String
Returns the value of attribute schedule_expression.
-
#schedule_type ⇒ "CUSTOMER_MANAGED", "AWS_MANAGED"
Returns the value of attribute schedule_type.
-
#scheduled_query_arn ⇒ ::String
Returns the value of attribute scheduled_query_arn.
-
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
-
#timezone ⇒ ::String
Returns the value of attribute timezone.
Instance Attribute Details
#creation_time ⇒ ::Integer
Returns the value of attribute creation_time.
2111 2112 2113 |
# File 'sig/types.rbs', line 2111 def creation_time @creation_time end |
#destination_configuration ⇒ Types::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.
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.
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.
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.
2103 2104 2105 |
# File 'sig/types.rbs', line 2103 def name @name end |
#schedule_expression ⇒ ::String
Returns the value of attribute schedule_expression.
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.
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.
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.
2104 2105 2106 |
# File 'sig/types.rbs', line 2104 def state @state end |
#timezone ⇒ ::String
Returns the value of attribute timezone.
2109 2110 2111 |
# File 'sig/types.rbs', line 2109 def timezone @timezone end |