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.
3894 3895 3896 3897 3898 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3894 class DeleteSnapshotScheduleMessage < Struct.new( :schedule_identifier) SENSITIVE = [] include Aws::Structure end |