Class: Aws::Types::GetQueryStatusInput
- Inherits:
-
Object
- Object
- Aws::Types::GetQueryStatusInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#monitor_name ⇒ ::String
Returns the value of attribute monitor_name.
-
#query_id ⇒ ::String
Returns the value of attribute query_id.
Instance Attribute Details
#monitor_name ⇒ ::String
Returns the value of attribute monitor_name.
155 156 157 |
# File 'sig/types.rbs', line 155 def monitor_name @monitor_name end |
#query_id ⇒ ::String
Returns the value of attribute query_id.
156 157 158 |
# File 'sig/types.rbs', line 156 def query_id @query_id end |