Class: Aws::Redshift::Types::RegisterNamespaceOutputMessage

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-redshift/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The registration status of the cluster or serverless namespace.

Returns:

  • (String)


9927
9928
9929
9930
9931
# File 'lib/aws-sdk-redshift/types.rb', line 9927

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