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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-neptune/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)


6802
6803
6804
6805
6806
6807
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 6802

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

#statusString

Not supported by Neptune.

Returns:

  • (String)


6802
6803
6804
6805
6806
6807
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 6802

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