Class: Aws::RDS::Types::CopyOptionGroupResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::CopyOptionGroupResult
- 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
1786 1787 1788 1789 1790 |
# File 'lib/aws-sdk-rds/types.rb', line 1786 class CopyOptionGroupResult < Struct.new( :option_group) SENSITIVE = [] include Aws::Structure end |