Class: Aws::Types::VpcSecurityGroupMembership
- Inherits:
-
Object
- Object
- Aws::Types::VpcSecurityGroupMembership
- 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.
4582 4583 4584 |
# File 'sig/types.rbs', line 4582 def status @status end |
#vpc_security_group_id ⇒ ::String
Returns the value of attribute vpc_security_group_id.
4581 4582 4583 |
# File 'sig/types.rbs', line 4581 def vpc_security_group_id @vpc_security_group_id end |