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_identifier ⇒ ::String
Returns the value of attribute security_group_identifier.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#security_group_identifier ⇒ ::String
Returns the value of attribute security_group_identifier.
377 378 379 |
# File 'sig/types.rbs', line 377 def security_group_identifier @security_group_identifier end |
#status ⇒ ::String
Returns the value of attribute status.
378 379 380 |
# File 'sig/types.rbs', line 378 def status @status end |