Class: Aws::Types::GroupIdentifier
- Inherits:
-
Object
- Object
- Aws::Types::GroupIdentifier
- 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.
10658 10659 10660 |
# File 'sig/types.rbs', line 10658 def group_id @group_id end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
10659 10660 10661 |
# File 'sig/types.rbs', line 10659 def group_name @group_name end |