Method: Aws::Redshift::Types::DeferredMaintenanceWindow#defer_maintenance_identifier
- Defined in:
- lib/aws-sdk-redshift/types.rb
#defer_maintenance_identifier ⇒ String
A unique identifier for the maintenance window.
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 |