Class: Aws::Types::CreateGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#group_name ⇒ ::String
Returns the value of attribute group_name.
-
#precedence ⇒ ::Integer
Returns the value of attribute precedence.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
594 595 596 |
# File 'sig/types.rbs', line 594 def description @description end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
592 593 594 |
# File 'sig/types.rbs', line 592 def group_name @group_name end |
#precedence ⇒ ::Integer
Returns the value of attribute precedence.
596 597 598 |
# File 'sig/types.rbs', line 596 def precedence @precedence end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
595 596 597 |
# File 'sig/types.rbs', line 595 def role_arn @role_arn end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
593 594 595 |
# File 'sig/types.rbs', line 593 def user_pool_id @user_pool_id end |