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)

3501
3502
3503
3504
3505
3506
3507
# File 'lib/aws-sdk-redshift/types.rb', line 3501

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)

3501
3502
3503
3504
3505
3506
3507
# File 'lib/aws-sdk-redshift/types.rb', line 3501

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)

3501
3502
3503
3504
3505
3506
3507
# File 'lib/aws-sdk-redshift/types.rb', line 3501

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