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

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 updated snapshot copy configuration object.



3362
3363
3364
3365
3366
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 3362

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