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.
1317 1318 1319 |
# File 'sig/types.rbs', line 1317 def creation_date @creation_date end |
#description ⇒ ::String
Returns the value of attribute description.
1313 1314 1315 |
# File 'sig/types.rbs', line 1313 def description @description end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
1311 1312 1313 |
# File 'sig/types.rbs', line 1311 def group_name @group_name end |
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
1316 1317 1318 |
# File 'sig/types.rbs', line 1316 def last_modified_date @last_modified_date end |
#precedence ⇒ ::Integer
Returns the value of attribute precedence.
1315 1316 1317 |
# File 'sig/types.rbs', line 1315 def precedence @precedence end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1314 1315 1316 |
# File 'sig/types.rbs', line 1314 def role_arn @role_arn end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
1312 1313 1314 |
# File 'sig/types.rbs', line 1312 def user_pool_id @user_pool_id end |