Class: Aws::Types::GremlinQueryStatusAttributes
- Inherits:
-
Object
- Object
- Aws::Types::GremlinQueryStatusAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ Object
Returns the value of attribute attributes.
-
#code ⇒ ::Integer
Returns the value of attribute code.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#attributes ⇒ Object
Returns the value of attribute attributes.
485 486 487 |
# File 'sig/types.rbs', line 485 def attributes @attributes end |
#code ⇒ ::Integer
Returns the value of attribute code.
484 485 486 |
# File 'sig/types.rbs', line 484 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
483 484 485 |
# File 'sig/types.rbs', line 483 def @message end |