Class: Aws::Types::ExadataIormConfig
- Inherits:
-
Object
- Object
- Aws::Types::ExadataIormConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_plans ⇒ ::Array[Types::DbIormConfig]
Returns the value of attribute db_plans.
-
#lifecycle_details ⇒ ::String
Returns the value of attribute lifecycle_details.
-
#lifecycle_state ⇒ "BOOTSTRAPPING", ...
Returns the value of attribute lifecycle_state.
-
#objective ⇒ "AUTO", ...
Returns the value of attribute objective.
Instance Attribute Details
#db_plans ⇒ ::Array[Types::DbIormConfig]
Returns the value of attribute db_plans.
1401 1402 1403 |
# File 'sig/types.rbs', line 1401 def db_plans @db_plans end |
#lifecycle_details ⇒ ::String
Returns the value of attribute lifecycle_details.
1402 1403 1404 |
# File 'sig/types.rbs', line 1402 def lifecycle_details @lifecycle_details end |
#lifecycle_state ⇒ "BOOTSTRAPPING", ...
Returns the value of attribute lifecycle_state.
1403 1404 1405 |
# File 'sig/types.rbs', line 1403 def lifecycle_state @lifecycle_state end |
#objective ⇒ "AUTO", ...
Returns the value of attribute objective.
1404 1405 1406 |
# File 'sig/types.rbs', line 1404 def objective @objective end |