Class: Aws::Types::UpdateGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateGroupRequest
- 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.
-
#operations ⇒ ::Array[Types::AttributeOperation]
Returns the value of attribute operations.
Instance Attribute Details
#group_id ⇒ ::String
Returns the value of attribute group_id.
451 452 453 |
# File 'sig/types.rbs', line 451 def group_id @group_id end |
#identity_store_id ⇒ ::String
Returns the value of attribute identity_store_id.
450 451 452 |
# File 'sig/types.rbs', line 450 def identity_store_id @identity_store_id end |
#operations ⇒ ::Array[Types::AttributeOperation]
Returns the value of attribute operations.
452 453 454 |
# File 'sig/types.rbs', line 452 def operations @operations end |