Class: Aws::RedshiftServerless::Types::GetNamespaceRequest

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

#namespace_nameString

The name of the namespace to retrieve information for.

Returns:

  • (String)


748
749
750
751
752
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 748

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