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:



1696
1697
1698
1699
1700
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 1696

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