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
17536 17537 17538 17539 17540 |
# File 'lib/aws-sdk-rds/types.rb', line 17536 class ModifyOptionGroupResult < Struct.new( :option_group) SENSITIVE = [] include Aws::Structure end |