Class: Aws::RDS::Types::CopyOptionGroupResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#option_groupTypes::OptionGroup

Returns:



1769
1770
1771
1772
1773
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 1769

class CopyOptionGroupResult < Struct.new(
  :option_group)
  SENSITIVE = []
  include Aws::Structure
end