Class: Aws::Types::CreateUserGroupMessage
- Inherits:
-
Object
- Object
- Aws::Types::CreateUserGroupMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#engine ⇒ ::String
Returns the value of attribute engine.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#user_group_id ⇒ ::String
Returns the value of attribute user_group_id.
-
#user_ids ⇒ ::Array[::String]
Returns the value of attribute user_ids.
Instance Attribute Details
#engine ⇒ ::String
Returns the value of attribute engine.
536 537 538 |
# File 'sig/types.rbs', line 536 def engine @engine end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
538 539 540 |
# File 'sig/types.rbs', line 538 def @tags end |
#user_group_id ⇒ ::String
Returns the value of attribute user_group_id.
535 536 537 |
# File 'sig/types.rbs', line 535 def user_group_id @user_group_id end |
#user_ids ⇒ ::Array[::String]
Returns the value of attribute user_ids.
537 538 539 |
# File 'sig/types.rbs', line 537 def user_ids @user_ids end |