Class: Aws::RedshiftServerless::Types::CreateSnapshotCopyConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::CreateSnapshotCopyConfigurationResponse
- 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 snapshot copy configuration object that is returned.
Instance Attribute Details
#snapshot_copy_configuration ⇒ Types::SnapshotCopyConfiguration
The snapshot copy configuration object that is returned.
478 479 480 481 482 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 478 class CreateSnapshotCopyConfigurationResponse < Struct.new( :snapshot_copy_configuration) SENSITIVE = [] include Aws::Structure end |