Class: Aws::Types::ExecuteScheduledQueryRequest
- Inherits:
-
Object
- Object
- Aws::Types::ExecuteScheduledQueryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#invocation_time ⇒ ::Time
Returns the value of attribute invocation_time.
-
#query_insights ⇒ Types::ScheduledQueryInsights
Returns the value of attribute query_insights.
-
#scheduled_query_arn ⇒ ::String
Returns the value of attribute scheduled_query_arn.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
129 130 131 |
# File 'sig/types.rbs', line 129 def client_token @client_token end |
#invocation_time ⇒ ::Time
Returns the value of attribute invocation_time.
128 129 130 |
# File 'sig/types.rbs', line 128 def invocation_time @invocation_time end |
#query_insights ⇒ Types::ScheduledQueryInsights
Returns the value of attribute query_insights.
130 131 132 |
# File 'sig/types.rbs', line 130 def query_insights @query_insights end |
#scheduled_query_arn ⇒ ::String
Returns the value of attribute scheduled_query_arn.
127 128 129 |
# File 'sig/types.rbs', line 127 def scheduled_query_arn @scheduled_query_arn end |