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.
2113 2114 2115 |
# File 'sig/types.rbs', line 2113 def creation_time @creation_time end |
#destination_configuration ⇒ Types::DestinationConfiguration
Returns the value of attribute destination_configuration.
2112 2113 2114 |
# File 'sig/types.rbs', line 2112 def destination_configuration @destination_configuration end |
#last_execution_status ⇒ "Running", ...
Returns the value of attribute last_execution_status.
2109 2110 2111 |
# File 'sig/types.rbs', line 2109 def last_execution_status @last_execution_status end |
#last_triggered_time ⇒ ::Integer
Returns the value of attribute last_triggered_time.
2108 2109 2110 |
# File 'sig/types.rbs', line 2108 def last_triggered_time @last_triggered_time end |
#last_updated_time ⇒ ::Integer
Returns the value of attribute last_updated_time.
2114 2115 2116 |
# File 'sig/types.rbs', line 2114 def last_updated_time @last_updated_time end |
#name ⇒ ::String
Returns the value of attribute name.
2105 2106 2107 |
# File 'sig/types.rbs', line 2105 def name @name end |
#schedule_expression ⇒ ::String
Returns the value of attribute schedule_expression.
2110 2111 2112 |
# File 'sig/types.rbs', line 2110 def schedule_expression @schedule_expression end |
#schedule_type ⇒ "CUSTOMER_MANAGED", "AWS_MANAGED"
Returns the value of attribute schedule_type.
2107 2108 2109 |
# File 'sig/types.rbs', line 2107 def schedule_type @schedule_type end |
#scheduled_query_arn ⇒ ::String
Returns the value of attribute scheduled_query_arn.
2104 2105 2106 |
# File 'sig/types.rbs', line 2104 def scheduled_query_arn @scheduled_query_arn end |
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
2106 2107 2108 |
# File 'sig/types.rbs', line 2106 def state @state end |
#timezone ⇒ ::String
Returns the value of attribute timezone.
2111 2112 2113 |
# File 'sig/types.rbs', line 2111 def timezone @timezone end |