Class: Aws::Types::UpdateCloudExadataInfrastructureInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCloudExadataInfrastructureInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_exadata_infrastructure_id ⇒ ::String
Returns the value of attribute cloud_exadata_infrastructure_id.
-
#maintenance_window ⇒ Types::MaintenanceWindow
Returns the value of attribute maintenance_window.
Instance Attribute Details
#cloud_exadata_infrastructure_id ⇒ ::String
Returns the value of attribute cloud_exadata_infrastructure_id.
2547 2548 2549 |
# File 'sig/types.rbs', line 2547 def cloud_exadata_infrastructure_id @cloud_exadata_infrastructure_id end |
#maintenance_window ⇒ Types::MaintenanceWindow
Returns the value of attribute maintenance_window.
2548 2549 2550 |
# File 'sig/types.rbs', line 2548 def maintenance_window @maintenance_window end |