Class: Aws::Types::AwsIamGroupDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::String)


2987
2988
2989
# File 'sig/types.rbs', line 2987

def path
  @path
end