Class: Aws::Neptune::Types::OptionGroupMembership

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-neptune/types.rb

Overview

Not supported by Neptune.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#option_group_nameString

Not supported by Neptune.

Returns:

  • (String)


6781
6782
6783
6784
6785
6786
# File 'lib/aws-sdk-neptune/types.rb', line 6781

class OptionGroupMembership < Struct.new(
  :option_group_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Not supported by Neptune.

Returns:

  • (String)


6781
6782
6783
6784
6785
6786
# File 'lib/aws-sdk-neptune/types.rb', line 6781

class OptionGroupMembership < Struct.new(
  :option_group_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end