Class: Aws::Types::SecurityGroupIdentifier
- Inherits:
-
Object
- Object
- Aws::Types::SecurityGroupIdentifier
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group_id ⇒ ::String
Returns the value of attribute group_id.
-
#group_name ⇒ ::String
Returns the value of attribute group_name.
Instance Attribute Details
#group_id ⇒ ::String
Returns the value of attribute group_id.
17270 17271 17272 |
# File 'sig/types.rbs', line 17270 def group_id @group_id end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
17271 17272 17273 |
# File 'sig/types.rbs', line 17271 def group_name @group_name end |