Class: Aws::RedshiftServerless::Types::CreateSnapshotCopyConfigurationResponse

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_configurationTypes::SnapshotCopyConfiguration

The snapshot copy configuration object that is returned.



477
478
479
480
481
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 477

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