Class: Aws::Types::ScheduledQueryConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ScheduledQueryConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregation_expression ⇒ ::String
Returns the value of attribute aggregation_expression.
-
#log_group_identifiers ⇒ ::Array[::String]
Returns the value of attribute log_group_identifiers.
-
#query_arn ⇒ ::String
Returns the value of attribute query_arn.
-
#query_string ⇒ ::String
Returns the value of attribute query_string.
-
#schedule_configuration ⇒ Types::ScheduleConfiguration
Returns the value of attribute schedule_configuration.
-
#scheduled_query_role_arn ⇒ ::String
Returns the value of attribute scheduled_query_role_arn.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#aggregation_expression ⇒ ::String
Returns the value of attribute aggregation_expression.
1082 1083 1084 |
# File 'sig/types.rbs', line 1082 def aggregation_expression @aggregation_expression end |
#log_group_identifiers ⇒ ::Array[::String]
Returns the value of attribute log_group_identifiers.
1078 1079 1080 |
# File 'sig/types.rbs', line 1078 def log_group_identifiers @log_group_identifiers end |
#query_arn ⇒ ::String
Returns the value of attribute query_arn.
1079 1080 1081 |
# File 'sig/types.rbs', line 1079 def query_arn @query_arn end |
#query_string ⇒ ::String
Returns the value of attribute query_string.
1077 1078 1079 |
# File 'sig/types.rbs', line 1077 def query_string @query_string end |
#schedule_configuration ⇒ Types::ScheduleConfiguration
Returns the value of attribute schedule_configuration.
1081 1082 1083 |
# File 'sig/types.rbs', line 1081 def schedule_configuration @schedule_configuration end |
#scheduled_query_role_arn ⇒ ::String
Returns the value of attribute scheduled_query_role_arn.
1080 1081 1082 |
# File 'sig/types.rbs', line 1080 def scheduled_query_role_arn @scheduled_query_role_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1083 1084 1085 |
# File 'sig/types.rbs', line 1083 def @tags end |