Class: Aws::Redshift::Types::DeleteSnapshotScheduleMessage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#schedule_identifierString

A unique identifier of the snapshot schedule to delete.

Returns:

  • (String)


3752
3753
3754
3755
3756
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3752

class DeleteSnapshotScheduleMessage < Struct.new(
  :schedule_identifier)
  SENSITIVE = []
  include Aws::Structure
end