Class: Aws::Odb::Types::UpdateCloudExadataInfrastructureInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::UpdateCloudExadataInfrastructureInput
- Defined in:
- gems/aws-sdk-odb/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.
4979 4980 4981 4982 4983 4984 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 4979 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.
4979 4980 4981 4982 4983 4984 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 4979 class UpdateCloudExadataInfrastructureInput < Struct.new( :cloud_exadata_infrastructure_id, :maintenance_window) SENSITIVE = [] include Aws::Structure end |