Class: Aws::Types::AutonomousDatabaseVersionSummary
- Inherits:
-
Object
- Object
- Aws::Types::AutonomousDatabaseVersionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_workload ⇒ "OLTP", ...
Returns the value of attribute db_workload.
-
#details ⇒ ::String
Returns the value of attribute details.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#db_workload ⇒ "OLTP", ...
Returns the value of attribute db_workload.
373 374 375 |
# File 'sig/types.rbs', line 373 def db_workload @db_workload end |
#details ⇒ ::String
Returns the value of attribute details.
374 375 376 |
# File 'sig/types.rbs', line 374 def details @details end |
#version ⇒ ::String
Returns the value of attribute version.
375 376 377 |
# File 'sig/types.rbs', line 375 def version @version end |