Class: Aws::RDS::Types::DBClusterStatusInfo

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

Overview

Reserved for future use.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Reserved for future use.

Returns:

  • (String)


8224
8225
8226
8227
8228
8229
8230
8231
# File 'lib/aws-sdk-rds/types.rb', line 8224

class DBClusterStatusInfo < Struct.new(
  :status_type,
  :normal,
  :status,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#normalBoolean

Reserved for future use.

Returns:

  • (Boolean)


8224
8225
8226
8227
8228
8229
8230
8231
# File 'lib/aws-sdk-rds/types.rb', line 8224

class DBClusterStatusInfo < Struct.new(
  :status_type,
  :normal,
  :status,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Reserved for future use.

Returns:

  • (String)


8224
8225
8226
8227
8228
8229
8230
8231
# File 'lib/aws-sdk-rds/types.rb', line 8224

class DBClusterStatusInfo < Struct.new(
  :status_type,
  :normal,
  :status,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#status_typeString

Reserved for future use.

Returns:

  • (String)


8224
8225
8226
8227
8228
8229
8230
8231
# File 'lib/aws-sdk-rds/types.rb', line 8224

class DBClusterStatusInfo < Struct.new(
  :status_type,
  :normal,
  :status,
  :message)
  SENSITIVE = []
  include Aws::Structure
end