Class: Aws::RedshiftServerless::Types::DeleteNamespaceRequest

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

#final_snapshot_nameString

The name of the snapshot to be created before the namespace is deleted.

Returns:

  • (String)


577
578
579
580
581
582
583
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 577

class DeleteNamespaceRequest < Struct.new(
  :final_snapshot_name,
  :final_snapshot_retention_period,
  :namespace_name)
  SENSITIVE = []
  include Aws::Structure
end

#final_snapshot_retention_periodInteger

How long to retain the final snapshot.

Returns:

  • (Integer)


577
578
579
580
581
582
583
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 577

class DeleteNamespaceRequest < Struct.new(
  :final_snapshot_name,
  :final_snapshot_retention_period,
  :namespace_name)
  SENSITIVE = []
  include Aws::Structure
end

#namespace_nameString

The name of the namespace to delete.

Returns:

  • (String)


577
578
579
580
581
582
583
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 577

class DeleteNamespaceRequest < Struct.new(
  :final_snapshot_name,
  :final_snapshot_retention_period,
  :namespace_name)
  SENSITIVE = []
  include Aws::Structure
end