Class: Aws::Types::GetAccountAuthorizationDetailsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#group_detail_list::Array[Types::GroupDetail]

Returns the value of attribute group_detail_list.

Returns:



680
681
682
# File 'sig/types.rbs', line 680

def group_detail_list
  @group_detail_list
end

#is_truncatedBoolean

Returns the value of attribute is_truncated.

Returns:

  • (Boolean)


683
684
685
# File 'sig/types.rbs', line 683

def is_truncated
  @is_truncated
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


684
685
686
# File 'sig/types.rbs', line 684

def marker
  @marker
end

#policies::Array[Types::ManagedPolicyDetail]

Returns the value of attribute policies.

Returns:



682
683
684
# File 'sig/types.rbs', line 682

def policies
  @policies
end

#role_detail_list::Array[Types::RoleDetail]

Returns the value of attribute role_detail_list.

Returns:



681
682
683
# File 'sig/types.rbs', line 681

def role_detail_list
  @role_detail_list
end

#user_detail_list::Array[Types::UserDetail]

Returns the value of attribute user_detail_list.

Returns:



679
680
681
# File 'sig/types.rbs', line 679

def user_detail_list
  @user_detail_list
end