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:



692
693
694
# File 'sig/types.rbs', line 692

def group_detail_list
  @group_detail_list
end

#is_truncatedBoolean

Returns the value of attribute is_truncated.

Returns:

  • (Boolean)


695
696
697
# File 'sig/types.rbs', line 695

def is_truncated
  @is_truncated
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


696
697
698
# File 'sig/types.rbs', line 696

def marker
  @marker
end

#policies::Array[Types::ManagedPolicyDetail]

Returns the value of attribute policies.

Returns:



694
695
696
# File 'sig/types.rbs', line 694

def policies
  @policies
end

#role_detail_list::Array[Types::RoleDetail]

Returns the value of attribute role_detail_list.

Returns:



693
694
695
# File 'sig/types.rbs', line 693

def role_detail_list
  @role_detail_list
end

#user_detail_list::Array[Types::UserDetail]

Returns the value of attribute user_detail_list.

Returns:



691
692
693
# File 'sig/types.rbs', line 691

def user_detail_list
  @user_detail_list
end