Class: Aws::RedshiftServerless::Types::DeleteSnapshotCopyConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::DeleteSnapshotCopyConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshiftserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#snapshot_copy_configuration_id ⇒ String
The ID of the snapshot copy configuration to delete.
Instance Attribute Details
#snapshot_copy_configuration_id ⇒ String
The ID of the snapshot copy configuration to delete.
851 852 853 854 855 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 851 class DeleteSnapshotCopyConfigurationRequest < Struct.new( :snapshot_copy_configuration_id) SENSITIVE = [] include Aws::Structure end |