Class: Aws::SecurityHub::Types::AwsRdsDbStatusInfo

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

Information about the status of a read replica.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

If the read replica is currently in an error state, provides the error details.

Returns:

  • (String)


17135
17136
17137
17138
17139
17140
17141
17142
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17135

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

#normalBoolean

Whether the read replica instance is operating normally.

Returns:

  • (Boolean)


17135
17136
17137
17138
17139
17140
17141
17142
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17135

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

#statusString

The status of the read replica instance.

Returns:

  • (String)


17135
17136
17137
17138
17139
17140
17141
17142
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17135

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

#status_typeString

The type of status. For a read replica, the status type is read replication.

Returns:

  • (String)


17135
17136
17137
17138
17139
17140
17141
17142
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17135

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