Class: Aws::RedshiftServerless::Types::UpdateSnapshotCopyConfigurationResponse

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

The updated snapshot copy configuration object.



3445
3446
3447
3448
3449
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 3445

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