Class: Aws::Types::AwsIamGroupDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsIamGroupDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attached_managed_policies ⇒ ::Array[Types::AwsIamAttachedManagedPolicy]
Returns the value of attribute attached_managed_policies.
-
#create_date ⇒ ::String
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::AwsIamGroupPolicy]
Returns the value of attribute group_policy_list.
-
#path ⇒ ::String
Returns the value of attribute path.
Instance Attribute Details
#attached_managed_policies ⇒ ::Array[Types::AwsIamAttachedManagedPolicy]
Returns the value of attribute attached_managed_policies.
2982 2983 2984 |
# File 'sig/types.rbs', line 2982 def attached_managed_policies @attached_managed_policies end |
#create_date ⇒ ::String
Returns the value of attribute create_date.
2983 2984 2985 |
# File 'sig/types.rbs', line 2983 def create_date @create_date end |
#group_id ⇒ ::String
Returns the value of attribute group_id.
2984 2985 2986 |
# File 'sig/types.rbs', line 2984 def group_id @group_id end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
2985 2986 2987 |
# File 'sig/types.rbs', line 2985 def group_name @group_name end |
#group_policy_list ⇒ ::Array[Types::AwsIamGroupPolicy]
Returns the value of attribute group_policy_list.
2986 2987 2988 |
# File 'sig/types.rbs', line 2986 def group_policy_list @group_policy_list end |
#path ⇒ ::String
Returns the value of attribute path.
2987 2988 2989 |
# File 'sig/types.rbs', line 2987 def path @path end |