Class: Aws::Types::StoredQuery
- Inherits:
-
Object
- Object
- Aws::Types::StoredQuery
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#expression ⇒ ::String
Returns the value of attribute expression.
-
#query_arn ⇒ ::String
Returns the value of attribute query_arn.
-
#query_id ⇒ ::String
Returns the value of attribute query_id.
-
#query_name ⇒ ::String
Returns the value of attribute query_name.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
2234 2235 2236 |
# File 'sig/types.rbs', line 2234 def description @description end |
#expression ⇒ ::String
Returns the value of attribute expression.
2235 2236 2237 |
# File 'sig/types.rbs', line 2235 def expression @expression end |
#query_arn ⇒ ::String
Returns the value of attribute query_arn.
2232 2233 2234 |
# File 'sig/types.rbs', line 2232 def query_arn @query_arn end |
#query_id ⇒ ::String
Returns the value of attribute query_id.
2231 2232 2233 |
# File 'sig/types.rbs', line 2231 def query_id @query_id end |
#query_name ⇒ ::String
Returns the value of attribute query_name.
2233 2234 2235 |
# File 'sig/types.rbs', line 2233 def query_name @query_name end |