Class: Aws::Redshift::Types::DeleteSnapshotScheduleMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::DeleteSnapshotScheduleMessage
- Includes:
- Structure
- Defined in:
- 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.
3819 3820 3821 3822 3823 |
# File 'lib/aws-sdk-redshift/types.rb', line 3819 class DeleteSnapshotScheduleMessage < Struct.new( :schedule_identifier) SENSITIVE = [] include Aws::Structure end |