Class: Aws::Types::DatabaseInstanceSoftwareDetailsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#engine::String

Returns the value of attribute engine.

Returns:

  • (::String)


507
508
509
# File 'sig/types.rbs', line 507

def engine
  @engine
end

#engine_edition::String

Returns the value of attribute engine_edition.

Returns:

  • (::String)


509
510
511
# File 'sig/types.rbs', line 509

def engine_edition
  @engine_edition
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


508
509
510
# File 'sig/types.rbs', line 508

def engine_version
  @engine_version
end

#os_architecture::Integer

Returns the value of attribute os_architecture.

Returns:

  • (::Integer)


512
513
514
# File 'sig/types.rbs', line 512

def os_architecture
  @os_architecture
end

#service_pack::String

Returns the value of attribute service_pack.

Returns:

  • (::String)


510
511
512
# File 'sig/types.rbs', line 510

def service_pack
  @service_pack
end

#support_level::String

Returns the value of attribute support_level.

Returns:

  • (::String)


511
512
513
# File 'sig/types.rbs', line 511

def support_level
  @support_level
end

#tooltip::String

Returns the value of attribute tooltip.

Returns:

  • (::String)


513
514
515
# File 'sig/types.rbs', line 513

def tooltip
  @tooltip
end