Class: Aws::SecurityHub::Types::AwsRdsDbClusterOptionGroupMembership
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsRdsDbClusterOptionGroupMembership
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Note:
When making an API call, you may pass AwsRdsDbClusterOptionGroupMembership data as a hash:
{
db_cluster_option_group_name: "NonEmptyString",
status: "NonEmptyString",
}
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.
7341 7342 7343 7344 7345 7346 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 7341 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.
7341 7342 7343 7344 7345 7346 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 7341 class AwsRdsDbClusterOptionGroupMembership < Struct.new( :db_cluster_option_group_name, :status) SENSITIVE = [] include Aws::Structure end |