Class: Aws::RedshiftServerless::Types::CreateNamespaceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::CreateNamespaceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshiftserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#namespace ⇒ Types::Namespace
The created namespace object.
Instance Attribute Details
#namespace ⇒ Types::Namespace
The created namespace object.
332 333 334 335 336 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 332 class CreateNamespaceResponse < Struct.new( :namespace) SENSITIVE = [] include Aws::Structure end |