Class: Aws::SecurityHub::Types::AwsRdsDbStatusInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsRdsDbStatusInfo
- 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
-
#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.
16517 16518 16519 16520 16521 16522 16523 16524 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16517 class AwsRdsDbStatusInfo < Struct.new( :status_type, :normal, :status, :message) SENSITIVE = [] include Aws::Structure end |
#normal ⇒ Boolean
Whether the read replica instance is operating normally.
16517 16518 16519 16520 16521 16522 16523 16524 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16517 class AwsRdsDbStatusInfo < Struct.new( :status_type, :normal, :status, :message) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the read replica instance.
16517 16518 16519 16520 16521 16522 16523 16524 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16517 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.
16517 16518 16519 16520 16521 16522 16523 16524 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16517 class AwsRdsDbStatusInfo < Struct.new( :status_type, :normal, :status, :message) SENSITIVE = [] include Aws::Structure end |