Class: Aws::RedshiftServerless::Types::DeleteSnapshotCopyConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::DeleteSnapshotCopyConfigurationResponse
- Defined in:
- gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#snapshot_copy_configuration ⇒ Types::SnapshotCopyConfiguration
The deleted snapshot copy configuration object.
Instance Attribute Details
#snapshot_copy_configuration ⇒ Types::SnapshotCopyConfiguration
The deleted snapshot copy configuration object.
863 864 865 866 867 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 863 class DeleteSnapshotCopyConfigurationResponse < Struct.new( :snapshot_copy_configuration) SENSITIVE = [] include Aws::Structure end |