Class: Aws::Types::ConflictingItem
- Inherits:
-
Object
- Object
- Aws::Types::ConflictingItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#query_text ⇒ ::String
Returns the value of attribute query_text.
-
#set_id ⇒ ::String
Returns the value of attribute set_id.
-
#set_name ⇒ ::String
Returns the value of attribute set_name.
Instance Attribute Details
#query_text ⇒ ::String
Returns the value of attribute query_text.
273 274 275 |
# File 'sig/types.rbs', line 273 def query_text @query_text end |
#set_id ⇒ ::String
Returns the value of attribute set_id.
275 276 277 |
# File 'sig/types.rbs', line 275 def set_id @set_id end |
#set_name ⇒ ::String
Returns the value of attribute set_name.
274 275 276 |
# File 'sig/types.rbs', line 274 def set_name @set_name end |