Class: Aws::Types::GroupDetail
- Inherits:
-
Object
- Object
- Aws::Types::GroupDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#attached_managed_policies ⇒ ::Array[Types::AttachedPolicy]
Returns the value of attribute attached_managed_policies.
-
#create_date ⇒ ::Time
Returns the value of attribute create_date.
-
#group_id ⇒ ::String
Returns the value of attribute group_id.
-
#group_name ⇒ ::String
Returns the value of attribute group_name.
-
#group_policy_list ⇒ ::Array[Types::PolicyDetail]
Returns the value of attribute group_policy_list.
-
#path ⇒ ::String
Returns the value of attribute path.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1048 1049 1050 |
# File 'sig/types.rbs', line 1048 def arn @arn end |
#attached_managed_policies ⇒ ::Array[Types::AttachedPolicy]
Returns the value of attribute attached_managed_policies.
1051 1052 1053 |
# File 'sig/types.rbs', line 1051 def attached_managed_policies @attached_managed_policies end |
#create_date ⇒ ::Time
Returns the value of attribute create_date.
1049 1050 1051 |
# File 'sig/types.rbs', line 1049 def create_date @create_date end |
#group_id ⇒ ::String
Returns the value of attribute group_id.
1047 1048 1049 |
# File 'sig/types.rbs', line 1047 def group_id @group_id end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
1046 1047 1048 |
# File 'sig/types.rbs', line 1046 def group_name @group_name end |
#group_policy_list ⇒ ::Array[Types::PolicyDetail]
Returns the value of attribute group_policy_list.
1050 1051 1052 |
# File 'sig/types.rbs', line 1050 def group_policy_list @group_policy_list end |
#path ⇒ ::String
Returns the value of attribute path.
1045 1046 1047 |
# File 'sig/types.rbs', line 1045 def path @path end |