Class: Aws::Neptune::Types::OptionGroupMembership
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptune::Types::OptionGroupMembership
- Includes:
- Structure
- Defined in:
- 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.
6615 6616 6617 6618 6619 6620 |
# File 'lib/aws-sdk-neptune/types.rb', line 6615 class OptionGroupMembership < Struct.new( :option_group_name, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Not supported by Neptune.
6615 6616 6617 6618 6619 6620 |
# File 'lib/aws-sdk-neptune/types.rb', line 6615 class OptionGroupMembership < Struct.new( :option_group_name, :status) SENSITIVE = [] include Aws::Structure end |