Class: Aws::Types::AutonomousDatabaseVersionSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#db_workload"OLTP", ...

Returns the value of attribute db_workload.

Returns:

  • ("OLTP", "AJD", "APEX", "LH")


373
374
375
# File 'sig/types.rbs', line 373

def db_workload
  @db_workload
end

#details::String

Returns the value of attribute details.

Returns:

  • (::String)


374
375
376
# File 'sig/types.rbs', line 374

def details
  @details
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


375
376
377
# File 'sig/types.rbs', line 375

def version
  @version
end