Class: Aws::RDS::Types::ModifyOptionGroupResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::ModifyOptionGroupResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rds/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#option_group ⇒ Types::OptionGroup
20132 20133 20134 20135 20136 |
# File 'lib/aws-sdk-rds/types.rb', line 20132 class ModifyOptionGroupResult < Struct.new( :option_group) SENSITIVE = [] include Aws::Structure end |