Class: Aws::Types::AwsRdsDbInstanceVpcSecurityGroup
- Inherits:
-
Object
- Object
- Aws::Types::AwsRdsDbInstanceVpcSecurityGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#status ⇒ ::String
Returns the value of attribute status.
-
#vpc_security_group_id ⇒ ::String
Returns the value of attribute vpc_security_group_id.
Instance Attribute Details
#status ⇒ ::String
Returns the value of attribute status.
3577 3578 3579 |
# File 'sig/types.rbs', line 3577 def status @status end |
#vpc_security_group_id ⇒ ::String
Returns the value of attribute vpc_security_group_id.
3576 3577 3578 |
# File 'sig/types.rbs', line 3576 def vpc_security_group_id @vpc_security_group_id end |