Class: Aws::Neptune::Types::OptionGroupMembership
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptune::Types::OptionGroupMembership
- 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
-
#option_group_name ⇒ String
Not supported by Neptune.
-
#status ⇒ String
Not supported by Neptune.
Instance Attribute Details
#option_group_name ⇒ String
Not supported by Neptune.
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 |
#status ⇒ String
Not supported by Neptune.
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 |