Class: Aws::RedshiftServerless::Types::GetNamespaceResponse

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

#namespaceTypes::Namespace

The returned namespace object.

Returns:



1181
1182
1183
1184
1185
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1181

class GetNamespaceResponse < Struct.new(
  :namespace)
  SENSITIVE = []
  include Aws::Structure
end