Class: Aws::Neptune::Types::DBSecurityGroupMembership
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptune::Types::DBSecurityGroupMembership
- Includes:
- Structure
- Defined in:
- 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.
3282 3283 3284 3285 3286 3287 |
# File 'lib/aws-sdk-neptune/types.rb', line 3282 class DBSecurityGroupMembership < Struct.new( :db_security_group_name, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the DB security group.
3282 3283 3284 3285 3286 3287 |
# File 'lib/aws-sdk-neptune/types.rb', line 3282 class DBSecurityGroupMembership < Struct.new( :db_security_group_name, :status) SENSITIVE = [] include Aws::Structure end |