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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


837
838
839
840
841
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 837

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