Class: Aws::Redshift::Types::DeleteSnapshotScheduleMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::DeleteSnapshotScheduleMessage
- Defined in:
- gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#schedule_identifier ⇒ String
A unique identifier of the snapshot schedule to delete.
Instance Attribute Details
#schedule_identifier ⇒ String
A unique identifier of the snapshot schedule to delete.
3367 3368 3369 3370 3371 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3367 class DeleteSnapshotScheduleMessage < Struct.new( :schedule_identifier) SENSITIVE = [] include Aws::Structure end |