Class: Aws::RedshiftServerless::Types::DeleteNamespaceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::DeleteNamespaceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshiftserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#namespace ⇒ Types::Namespace
The deleted namespace object.
Instance Attribute Details
#namespace ⇒ Types::Namespace
The deleted namespace object.
799 800 801 802 803 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 799 class DeleteNamespaceResponse < Struct.new( :namespace) SENSITIVE = [] include Aws::Structure end |