Class: Aws::RedshiftServerless::Types::CreateNamespaceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::CreateNamespaceResponse
- Defined in:
- gems/aws-sdk-redshiftserverless/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 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 332 class CreateNamespaceResponse < Struct.new( :namespace) SENSITIVE = [] include Aws::Structure end |