Class: Aws::SecurityHub::Types::AwsRedshiftClusterDeferredMaintenanceWindow
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsRedshiftClusterDeferredMaintenanceWindow
- Includes:
- Aws::Structure
- Defined in:
- 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
-
#defer_maintenance_end_time ⇒ String
The end of the time window for which maintenance was deferred.
-
#defer_maintenance_identifier ⇒ String
The identifier of the maintenance window.
-
#defer_maintenance_start_time ⇒ String
The start of the time window for which maintenance was deferred.
Instance Attribute Details
#defer_maintenance_end_time ⇒ String
The end of the time window for which maintenance was deferred.
For more information about the validation and formatting of timestamp fields in Security Hub, see [Timestamps].
[1]: docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
16867 16868 16869 16870 16871 16872 16873 |
# File 'lib/aws-sdk-securityhub/types.rb', line 16867 class AwsRedshiftClusterDeferredMaintenanceWindow < Struct.new( :defer_maintenance_end_time, :defer_maintenance_identifier, :defer_maintenance_start_time) SENSITIVE = [] include Aws::Structure end |
#defer_maintenance_identifier ⇒ String
The identifier of the maintenance window.
16867 16868 16869 16870 16871 16872 16873 |
# File 'lib/aws-sdk-securityhub/types.rb', line 16867 class AwsRedshiftClusterDeferredMaintenanceWindow < Struct.new( :defer_maintenance_end_time, :defer_maintenance_identifier, :defer_maintenance_start_time) SENSITIVE = [] include Aws::Structure end |
#defer_maintenance_start_time ⇒ String
The start of the time window for which maintenance was deferred.
For more information about the validation and formatting of timestamp fields in Security Hub, see [Timestamps].
[1]: docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
16867 16868 16869 16870 16871 16872 16873 |
# File 'lib/aws-sdk-securityhub/types.rb', line 16867 class AwsRedshiftClusterDeferredMaintenanceWindow < Struct.new( :defer_maintenance_end_time, :defer_maintenance_identifier, :defer_maintenance_start_time) SENSITIVE = [] include Aws::Structure end |