Class: Aws::Types::GroupDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::String)


1014
1015
1016
# File 'sig/types.rbs', line 1014

def path
  @path
end