Class: Aws::Redshift::Types::DeregisterNamespaceOutputMessage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-redshift/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)


3909
3910
3911
3912
3913
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3909

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