Class: Aws::Types::GetScheduledQueryHistoryResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetScheduledQueryHistoryResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#scheduled_query_arn ⇒ ::String
Returns the value of attribute scheduled_query_arn.
-
#trigger_history ⇒ ::Array[Types::TriggerHistoryRecord]
Returns the value of attribute trigger_history.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
1064 1065 1066 |
# File 'sig/types.rbs', line 1064 def name @name end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1067 1068 1069 |
# File 'sig/types.rbs', line 1067 def next_token @next_token end |
#scheduled_query_arn ⇒ ::String
Returns the value of attribute scheduled_query_arn.
1065 1066 1067 |
# File 'sig/types.rbs', line 1065 def scheduled_query_arn @scheduled_query_arn end |
#trigger_history ⇒ ::Array[Types::TriggerHistoryRecord]
Returns the value of attribute trigger_history.
1066 1067 1068 |
# File 'sig/types.rbs', line 1066 def trigger_history @trigger_history end |