Class: Aws::Types::GetEngineStatusOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#db_engine_version::String

Returns the value of attribute db_engine_version.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, untyped])


303
304
305
# File 'sig/types.rbs', line 303

def features
  @features
end

#gremlinTypes::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.

Returns:

  • (::Hash[::String, ::String])


300
301
302
# File 'sig/types.rbs', line 300

def lab_mode
  @lab_mode
end

#opencypherTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::String])


304
305
306
# File 'sig/types.rbs', line 304

def settings
  @settings
end

#sparqlTypes::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.

Returns:

  • (::String)


293
294
295
# File 'sig/types.rbs', line 293

def start_time
  @start_time
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


292
293
294
# File 'sig/types.rbs', line 292

def status
  @status
end