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.
1017 1018 1019 |
# File 'sig/types.rbs', line 1017 def arn @arn end |
#attached_managed_policies ⇒ ::Array[Types::AttachedPolicy]
Returns the value of attribute attached_managed_policies.
1020 1021 1022 |
# File 'sig/types.rbs', line 1020 def attached_managed_policies @attached_managed_policies end |
#create_date ⇒ ::Time
Returns the value of attribute create_date.
1018 1019 1020 |
# File 'sig/types.rbs', line 1018 def create_date @create_date end |
#group_id ⇒ ::String
Returns the value of attribute group_id.
1016 1017 1018 |
# File 'sig/types.rbs', line 1016 def group_id @group_id end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
1015 1016 1017 |
# File 'sig/types.rbs', line 1015 def group_name @group_name end |
#group_policy_list ⇒ ::Array[Types::PolicyDetail]
Returns the value of attribute group_policy_list.
1019 1020 1021 |
# File 'sig/types.rbs', line 1019 def group_policy_list @group_policy_list end |
#path ⇒ ::String
Returns the value of attribute path.
1014 1015 1016 |
# File 'sig/types.rbs', line 1014 def path @path end |