Class: Aws::Types::ResourceQuery
- Inherits:
-
Object
- Object
- Aws::Types::ResourceQuery
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#query ⇒ ::String
Returns the value of attribute query.
-
#type ⇒ "TAG_FILTERS_1_0", "CLOUDFORMATION_STACK_1_0"
Returns the value of attribute type.
Instance Attribute Details
#query ⇒ ::String
Returns the value of attribute query.
340 341 342 |
# File 'sig/types.rbs', line 340 def query @query end |
#type ⇒ "TAG_FILTERS_1_0", "CLOUDFORMATION_STACK_1_0"
Returns the value of attribute type.
339 340 341 |
# File 'sig/types.rbs', line 339 def type @type end |