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)


6615
6616
6617
6618
6619
6620
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 6615

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

#statusString

Not supported by Neptune.

Returns:

  • (String)


6615
6616
6617
6618
6619
6620
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 6615

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