Class: Aws::SecurityHub::Types::AwsRdsDbStatusInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsRdsDbStatusInfo
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Information about the status of a read replica.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
If the read replica is currently in an error state, provides the error details.
-
#normal ⇒ Boolean
Whether the read replica instance is operating normally.
-
#status ⇒ String
The status of the read replica instance.
-
#status_type ⇒ String
The type of status.
Instance Attribute Details
#message ⇒ String
If the read replica is currently in an error state, provides the error details.
17128 17129 17130 17131 17132 17133 17134 17135 |
# File 'lib/aws-sdk-securityhub/types.rb', line 17128 class AwsRdsDbStatusInfo < Struct.new( :status_type, :normal, :status, :message) SENSITIVE = [] include Aws::Structure end |
#normal ⇒ Boolean
Whether the read replica instance is operating normally.
17128 17129 17130 17131 17132 17133 17134 17135 |
# File 'lib/aws-sdk-securityhub/types.rb', line 17128 class AwsRdsDbStatusInfo < Struct.new( :status_type, :normal, :status, :message) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the read replica instance.
17128 17129 17130 17131 17132 17133 17134 17135 |
# File 'lib/aws-sdk-securityhub/types.rb', line 17128 class AwsRdsDbStatusInfo < Struct.new( :status_type, :normal, :status, :message) SENSITIVE = [] include Aws::Structure end |
#status_type ⇒ String
The type of status. For a read replica, the status type is read replication.
17128 17129 17130 17131 17132 17133 17134 17135 |
# File 'lib/aws-sdk-securityhub/types.rb', line 17128 class AwsRdsDbStatusInfo < Struct.new( :status_type, :normal, :status, :message) SENSITIVE = [] include Aws::Structure end |