Class: Aws::Redshift::Types::DeferredMaintenanceWindow

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-redshift/types.rb

Overview

Describes a deferred maintenance window

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#defer_maintenance_end_timeTime

A timestamp for the end of the time period when we defer maintenance.

Returns:

  • (Time)


3441
3442
3443
3444
3445
3446
3447
# File 'lib/aws-sdk-redshift/types.rb', line 3441

class DeferredMaintenanceWindow < Struct.new(
  :defer_maintenance_identifier,
  :defer_maintenance_start_time,
  :defer_maintenance_end_time)
  SENSITIVE = []
  include Aws::Structure
end

#defer_maintenance_identifierString

A unique identifier for the maintenance window.

Returns:

  • (String)


3441
3442
3443
3444
3445
3446
3447
# File 'lib/aws-sdk-redshift/types.rb', line 3441

class DeferredMaintenanceWindow < Struct.new(
  :defer_maintenance_identifier,
  :defer_maintenance_start_time,
  :defer_maintenance_end_time)
  SENSITIVE = []
  include Aws::Structure
end

#defer_maintenance_start_timeTime

A timestamp for the beginning of the time period when we defer maintenance.

Returns:

  • (Time)


3441
3442
3443
3444
3445
3446
3447
# File 'lib/aws-sdk-redshift/types.rb', line 3441

class DeferredMaintenanceWindow < Struct.new(
  :defer_maintenance_identifier,
  :defer_maintenance_start_time,
  :defer_maintenance_end_time)
  SENSITIVE = []
  include Aws::Structure
end