Class: Aws::Neptune::Types::DBSecurityGroupMembership
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptune::Types::DBSecurityGroupMembership
- Defined in:
- gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb
Overview
Specifies membership in a designated DB security group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#db_security_group_name ⇒ String
The name of the DB security group.
-
#status ⇒ String
The status of the DB security group.
Instance Attribute Details
#db_security_group_name ⇒ String
The name of the DB security group.
3217 3218 3219 3220 3221 3222 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3217 class DBSecurityGroupMembership < Struct.new( :db_security_group_name, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the DB security group.
3217 3218 3219 3220 3221 3222 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3217 class DBSecurityGroupMembership < Struct.new( :db_security_group_name, :status) SENSITIVE = [] include Aws::Structure end |