Class: Aws::Types::GetEngineStatusOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetEngineStatusOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_engine_version ⇒ ::String
Returns the value of attribute db_engine_version.
-
#dfe_query_engine ⇒ ::String
Returns the value of attribute dfe_query_engine.
-
#features ⇒ ::Hash[::String, untyped]
Returns the value of attribute features.
-
#gremlin ⇒ Types::QueryLanguageVersion
Returns the value of attribute gremlin.
-
#lab_mode ⇒ ::Hash[::String, ::String]
Returns the value of attribute lab_mode.
-
#opencypher ⇒ Types::QueryLanguageVersion
Returns the value of attribute opencypher.
-
#role ⇒ ::String
Returns the value of attribute role.
-
#rolling_back_trx_count ⇒ ::Integer
Returns the value of attribute rolling_back_trx_count.
-
#rolling_back_trx_earliest_start_time ⇒ ::String
Returns the value of attribute rolling_back_trx_earliest_start_time.
-
#settings ⇒ ::Hash[::String, ::String]
Returns the value of attribute settings.
-
#sparql ⇒ Types::QueryLanguageVersion
Returns the value of attribute sparql.
-
#start_time ⇒ ::String
Returns the value of attribute start_time.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#db_engine_version ⇒ ::String
Returns the value of attribute db_engine_version.
294 295 296 |
# File 'sig/types.rbs', line 294 def db_engine_version @db_engine_version end |
#dfe_query_engine ⇒ ::String
Returns the value of attribute dfe_query_engine.
296 297 298 |
# File 'sig/types.rbs', line 296 def dfe_query_engine @dfe_query_engine end |
#features ⇒ ::Hash[::String, untyped]
Returns the value of attribute features.
303 304 305 |
# File 'sig/types.rbs', line 303 def features @features end |
#gremlin ⇒ Types::QueryLanguageVersion
Returns the value of attribute gremlin.
297 298 299 |
# File 'sig/types.rbs', line 297 def gremlin @gremlin end |
#lab_mode ⇒ ::Hash[::String, ::String]
Returns the value of attribute lab_mode.
300 301 302 |
# File 'sig/types.rbs', line 300 def lab_mode @lab_mode end |
#opencypher ⇒ Types::QueryLanguageVersion
Returns the value of attribute opencypher.
299 300 301 |
# File 'sig/types.rbs', line 299 def opencypher @opencypher end |
#role ⇒ ::String
Returns the value of attribute role.
295 296 297 |
# File 'sig/types.rbs', line 295 def role @role end |
#rolling_back_trx_count ⇒ ::Integer
Returns the value of attribute rolling_back_trx_count.
301 302 303 |
# File 'sig/types.rbs', line 301 def rolling_back_trx_count @rolling_back_trx_count end |
#rolling_back_trx_earliest_start_time ⇒ ::String
Returns the value of attribute rolling_back_trx_earliest_start_time.
302 303 304 |
# File 'sig/types.rbs', line 302 def rolling_back_trx_earliest_start_time @rolling_back_trx_earliest_start_time end |
#settings ⇒ ::Hash[::String, ::String]
Returns the value of attribute settings.
304 305 306 |
# File 'sig/types.rbs', line 304 def settings @settings end |
#sparql ⇒ Types::QueryLanguageVersion
Returns the value of attribute sparql.
298 299 300 |
# File 'sig/types.rbs', line 298 def sparql @sparql end |
#start_time ⇒ ::String
Returns the value of attribute start_time.
293 294 295 |
# File 'sig/types.rbs', line 293 def start_time @start_time end |
#status ⇒ ::String
Returns the value of attribute status.
292 293 294 |
# File 'sig/types.rbs', line 292 def status @status end |