Class: Aws::Types::SecurityGroupMembership
- Inherits:
-
Object
- Object
- Aws::Types::SecurityGroupMembership
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#security_group_id ⇒ ::String
Returns the value of attribute security_group_id.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#security_group_id ⇒ ::String
Returns the value of attribute security_group_id.
1659 1660 1661 |
# File 'sig/types.rbs', line 1659 def security_group_id @security_group_id end |
#status ⇒ ::String
Returns the value of attribute status.
1660 1661 1662 |
# File 'sig/types.rbs', line 1660 def status @status end |