Class: Aws::SecurityHub::Types::AwsRdsDbOptionGroupMembership
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsRdsDbOptionGroupMembership
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
An option group membership.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#option_group_name ⇒ String
The name of the option group.
-
#status ⇒ String
The status of the option group membership.
Instance Attribute Details
#option_group_name ⇒ String
The name of the option group.
16691 16692 16693 16694 16695 16696 |
# File 'lib/aws-sdk-securityhub/types.rb', line 16691 class AwsRdsDbOptionGroupMembership < Struct.new( :option_group_name, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the option group membership.
16691 16692 16693 16694 16695 16696 |
# File 'lib/aws-sdk-securityhub/types.rb', line 16691 class AwsRdsDbOptionGroupMembership < Struct.new( :option_group_name, :status) SENSITIVE = [] include Aws::Structure end |