Class: Aws::Types::UpdateScheduledQueryRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateScheduledQueryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#scheduled_query_arn ⇒ ::String
Returns the value of attribute scheduled_query_arn.
-
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
Instance Attribute Details
#scheduled_query_arn ⇒ ::String
Returns the value of attribute scheduled_query_arn.
518 519 520 |
# File 'sig/types.rbs', line 518 def scheduled_query_arn @scheduled_query_arn end |
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
519 520 521 |
# File 'sig/types.rbs', line 519 def state @state end |