Class: Aws::SecurityHub::Types::AwsRdsDbClusterOptionGroupMembership
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsRdsDbClusterOptionGroupMembership
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Information about an option group membership for a DB cluster.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#db_cluster_option_group_name ⇒ String
The name of the DB cluster option group.
-
#status ⇒ String
The status of the DB cluster option group.
Instance Attribute Details
#db_cluster_option_group_name ⇒ String
The name of the DB cluster option group.
15979 15980 15981 15982 15983 15984 |
# File 'lib/aws-sdk-securityhub/types.rb', line 15979 class AwsRdsDbClusterOptionGroupMembership < Struct.new( :db_cluster_option_group_name, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the DB cluster option group.
15979 15980 15981 15982 15983 15984 |
# File 'lib/aws-sdk-securityhub/types.rb', line 15979 class AwsRdsDbClusterOptionGroupMembership < Struct.new( :db_cluster_option_group_name, :status) SENSITIVE = [] include Aws::Structure end |