Class: Aws::RedshiftServerless::Types::UpdateSnapshotRequest

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

#retention_periodInteger

The new retention period of the snapshot.



3992
3993
3994
3995
3996
3997
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 3992

class UpdateSnapshotRequest < Struct.new(
  :retention_period,
  :snapshot_name)
  SENSITIVE = []
  include Aws::Structure
end

#snapshot_nameString

The name of the snapshot.



3992
3993
3994
3995
3996
3997
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 3992

class UpdateSnapshotRequest < Struct.new(
  :retention_period,
  :snapshot_name)
  SENSITIVE = []
  include Aws::Structure
end