Class: Aws::Types::GroupType
- Inherits:
-
Object
- Object
- Aws::Types::GroupType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#group_name ⇒ ::String
Returns the value of attribute group_name.
-
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
-
#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
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
1349 1350 1351 |
# File 'sig/types.rbs', line 1349 def creation_date @creation_date end |
#description ⇒ ::String
Returns the value of attribute description.
1345 1346 1347 |
# File 'sig/types.rbs', line 1345 def description @description end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
1343 1344 1345 |
# File 'sig/types.rbs', line 1343 def group_name @group_name end |
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
1348 1349 1350 |
# File 'sig/types.rbs', line 1348 def last_modified_date @last_modified_date end |
#precedence ⇒ ::Integer
Returns the value of attribute precedence.
1347 1348 1349 |
# File 'sig/types.rbs', line 1347 def precedence @precedence end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1346 1347 1348 |
# File 'sig/types.rbs', line 1346 def role_arn @role_arn end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
1344 1345 1346 |
# File 'sig/types.rbs', line 1344 def user_pool_id @user_pool_id end |