Class: Aws::SecurityHub::Types::AwsRedshiftClusterDeferredMaintenanceWindow

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

Overview

A time windows during which maintenance was deferred for an Amazon Redshift cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#defer_maintenance_end_timeString

The end of the time window for which maintenance was deferred.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.

Returns:

  • (String)


16543
16544
16545
16546
16547
16548
16549
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16543

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

#defer_maintenance_identifierString

The identifier of the maintenance window.

Returns:

  • (String)


16543
16544
16545
16546
16547
16548
16549
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16543

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

#defer_maintenance_start_timeString

The start of the time window for which maintenance was deferred.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.

Returns:

  • (String)


16543
16544
16545
16546
16547
16548
16549
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16543

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