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)


17125
17126
17127
17128
17129
17130
17131
17132
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17125

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)


17125
17126
17127
17128
17129
17130
17131
17132
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17125

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

#statusString

The status of the read replica instance.

Returns:

  • (String)


17125
17126
17127
17128
17129
17130
17131
17132
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17125

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)


17125
17126
17127
17128
17129
17130
17131
17132
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17125

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