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

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

Overview

Note:

When making an API call, you may pass DeleteSnapshotScheduleMessage data as a hash:

{
  schedule_identifier: "String", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#schedule_identifierString

A unique identifier of the snapshot schedule to delete.

Returns:

  • (String)


2794
2795
2796
2797
# File 'lib/aws-sdk-redshift/types.rb', line 2794

class DeleteSnapshotScheduleMessage < Struct.new(
  :schedule_identifier)
  include Aws::Structure
end