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

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


8070
8071
8072
8073
8074
8075
8076
8077
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 8070

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

#normalBoolean

Reserved for future use.

Returns:

  • (Boolean)


8070
8071
8072
8073
8074
8075
8076
8077
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 8070

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

#statusString

Reserved for future use.

Returns:

  • (String)


8070
8071
8072
8073
8074
8075
8076
8077
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 8070

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

#status_typeString

Reserved for future use.

Returns:

  • (String)


8070
8071
8072
8073
8074
8075
8076
8077
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 8070

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