Class: Aws::Types::DatabaseInstanceSoftwareDetailsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DatabaseInstanceSoftwareDetailsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#engine ⇒ ::String
Returns the value of attribute engine.
-
#engine_edition ⇒ ::String
Returns the value of attribute engine_edition.
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
-
#os_architecture ⇒ ::Integer
Returns the value of attribute os_architecture.
-
#service_pack ⇒ ::String
Returns the value of attribute service_pack.
-
#support_level ⇒ ::String
Returns the value of attribute support_level.
-
#tooltip ⇒ ::String
Returns the value of attribute tooltip.
Instance Attribute Details
#engine ⇒ ::String
Returns the value of attribute engine.
507 508 509 |
# File 'sig/types.rbs', line 507 def engine @engine end |
#engine_edition ⇒ ::String
Returns the value of attribute engine_edition.
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.
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.
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.
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.
511 512 513 |
# File 'sig/types.rbs', line 511 def support_level @support_level end |
#tooltip ⇒ ::String
Returns the value of attribute tooltip.
513 514 515 |
# File 'sig/types.rbs', line 513 def tooltip @tooltip end |