Class: Aws::RedshiftServerless::Types::DeleteSnapshotCopyConfigurationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#snapshot_copy_configuration_idString

The ID of the snapshot copy configuration to delete.

Returns:

  • (String)


839
840
841
842
843
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 839

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