Class: Aws::Types::StoredQueryMetadata
- Inherits:
-
Object
- Object
- Aws::Types::StoredQueryMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#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.
2243 2244 2245 |
# File 'sig/types.rbs', line 2243 def description @description end |
#query_arn ⇒ ::String
Returns the value of attribute query_arn.
2241 2242 2243 |
# File 'sig/types.rbs', line 2241 def query_arn @query_arn end |
#query_id ⇒ ::String
Returns the value of attribute query_id.
2240 2241 2242 |
# File 'sig/types.rbs', line 2240 def query_id @query_id end |
#query_name ⇒ ::String
Returns the value of attribute query_name.
2242 2243 2244 |
# File 'sig/types.rbs', line 2242 def query_name @query_name end |