Class: Aws::RedshiftServerless::Types::DeleteNamespaceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::DeleteNamespaceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshiftserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#final_snapshot_name ⇒ String
The name of the snapshot to be created before the namespace is deleted.
-
#final_snapshot_retention_period ⇒ Integer
How long to retain the final snapshot.
-
#namespace_name ⇒ String
The name of the namespace to delete.
Instance Attribute Details
#final_snapshot_name ⇒ String
The name of the snapshot to be created before the namespace is deleted.
785 786 787 788 789 790 791 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 785 class DeleteNamespaceRequest < Struct.new( :final_snapshot_name, :final_snapshot_retention_period, :namespace_name) SENSITIVE = [] include Aws::Structure end |
#final_snapshot_retention_period ⇒ Integer
How long to retain the final snapshot.
785 786 787 788 789 790 791 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 785 class DeleteNamespaceRequest < Struct.new( :final_snapshot_name, :final_snapshot_retention_period, :namespace_name) SENSITIVE = [] include Aws::Structure end |
#namespace_name ⇒ String
The name of the namespace to delete.
785 786 787 788 789 790 791 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 785 class DeleteNamespaceRequest < Struct.new( :final_snapshot_name, :final_snapshot_retention_period, :namespace_name) SENSITIVE = [] include Aws::Structure end |