Class: Aws::Types::CreateScheduledQueryRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateScheduledQueryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#error_report_configuration ⇒ Types::ErrorReportConfiguration
Returns the value of attribute error_report_configuration.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#notification_configuration ⇒ Types::NotificationConfiguration
Returns the value of attribute notification_configuration.
-
#query_string ⇒ ::String
Returns the value of attribute query_string.
-
#schedule_configuration ⇒ Types::ScheduleConfiguration
Returns the value of attribute schedule_configuration.
-
#scheduled_query_execution_role_arn ⇒ ::String
Returns the value of attribute scheduled_query_execution_role_arn.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#target_configuration ⇒ Types::TargetConfiguration
Returns the value of attribute target_configuration.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
49 50 51 |
# File 'sig/types.rbs', line 49 def client_token @client_token end |
#error_report_configuration ⇒ Types::ErrorReportConfiguration
Returns the value of attribute error_report_configuration.
53 54 55 |
# File 'sig/types.rbs', line 53 def error_report_configuration @error_report_configuration end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
52 53 54 |
# File 'sig/types.rbs', line 52 def kms_key_id @kms_key_id end |
#name ⇒ ::String
Returns the value of attribute name.
44 45 46 |
# File 'sig/types.rbs', line 44 def name @name end |
#notification_configuration ⇒ Types::NotificationConfiguration
Returns the value of attribute notification_configuration.
47 48 49 |
# File 'sig/types.rbs', line 47 def notification_configuration @notification_configuration end |
#query_string ⇒ ::String
Returns the value of attribute query_string.
45 46 47 |
# File 'sig/types.rbs', line 45 def query_string @query_string end |
#schedule_configuration ⇒ Types::ScheduleConfiguration
Returns the value of attribute schedule_configuration.
46 47 48 |
# File 'sig/types.rbs', line 46 def schedule_configuration @schedule_configuration end |
#scheduled_query_execution_role_arn ⇒ ::String
Returns the value of attribute scheduled_query_execution_role_arn.
50 51 52 |
# File 'sig/types.rbs', line 50 def scheduled_query_execution_role_arn @scheduled_query_execution_role_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
51 52 53 |
# File 'sig/types.rbs', line 51 def @tags end |
#target_configuration ⇒ Types::TargetConfiguration
Returns the value of attribute target_configuration.
48 49 50 |
# File 'sig/types.rbs', line 48 def target_configuration @target_configuration end |