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.
3829 3830 3831 3832 3833 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3829 class DeleteSnapshotScheduleMessage < Struct.new( :schedule_identifier) SENSITIVE = [] include Aws::Structure end |