Class: Aws::Odb::Types::UpdateCloudExadataInfrastructureInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::UpdateCloudExadataInfrastructureInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-odb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cloud_exadata_infrastructure_id ⇒ String
The unique identifier of the Exadata infrastructure to update.
-
#maintenance_window ⇒ Types::MaintenanceWindow
The scheduling details for the maintenance window.
Instance Attribute Details
#cloud_exadata_infrastructure_id ⇒ String
The unique identifier of the Exadata infrastructure to update.
5276 5277 5278 5279 5280 5281 |
# File 'lib/aws-sdk-odb/types.rb', line 5276 class UpdateCloudExadataInfrastructureInput < Struct.new( :cloud_exadata_infrastructure_id, :maintenance_window) SENSITIVE = [] include Aws::Structure end |
#maintenance_window ⇒ Types::MaintenanceWindow
The scheduling details for the maintenance window. Patching and system updates take place during the maintenance window.
5276 5277 5278 5279 5280 5281 |
# File 'lib/aws-sdk-odb/types.rb', line 5276 class UpdateCloudExadataInfrastructureInput < Struct.new( :cloud_exadata_infrastructure_id, :maintenance_window) SENSITIVE = [] include Aws::Structure end |