Class: Aws::Odb::Types::UpdateCloudExadataInfrastructureInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_exadata_infrastructure_idString

The unique identifier of the Exadata infrastructure to update.

Returns:

  • (String)


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_windowTypes::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