Class: Aws::Types::GetGroupIdResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetGroupIdResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group_id ⇒ ::String
Returns the value of attribute group_id.
-
#identity_store_id ⇒ ::String
Returns the value of attribute identity_store_id.
Instance Attribute Details
#group_id ⇒ ::String
Returns the value of attribute group_id.
239 240 241 |
# File 'sig/types.rbs', line 239 def group_id @group_id end |
#identity_store_id ⇒ ::String
Returns the value of attribute identity_store_id.
240 241 242 |
# File 'sig/types.rbs', line 240 def identity_store_id @identity_store_id end |