Contains the result of a successful invocation of the GetAccountSummary action.

Namespace: Amazon.IdentityManagement.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class GetAccountSummaryResult
Public Class GetAccountSummaryResult
public ref class GetAccountSummaryResult

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
GetAccountSummaryResult()()()()
Initializes a new instance of the GetAccountSummaryResult class
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
SummaryMap
A set of key value pairs containing account-level information. SummaryMap contains the following keys:
  • Users - Number of users for the AWS account
  • UsersQuota - Maximum users allowed for the AWS account
  • Groups - Number of Groups for the AWS account
  • GroupsQuota - Maximum Groups allowed for the AWS account
  • ServerCertificates - Number of Server Certificates for the AWS account
  • ServerCertificatesQuota - Maximum Server Certificates allowed for the AWS account
  • UserPolicySizeQuota - Maximum allowed size for user policy documents (in kilobytes)
  • GroupPolicySizeQuota - Maximum allowed size for Group policy documents (in kilobytes)
  • GroupsPerUserQuota - Maximum number of groups a user can belong to
  • SigningCertificatesPerUserQuota - Maximum number of X509 certificates allowed for a user
  • AccessKeysPerUserQuota - Maximum number of access keys that can be created per user
  • MFADevicesInUse - Number of MFA devices that have been assigned to an IAM user or to the root account
  • MFADevices - Number of MFA devices, either assigned or unassigned
  • AccountMFAEnabled - 1 if the root account has an MFA device assigned to it, 0 otherwise
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithSummaryMap(array<KeyValuePair<(Of <<'(String, Int32>)>>)>[]()[][])
Adds the KeyValuePairs to the SummaryMap dictionary.

Inheritance Hierarchy

System..::..Object
  Amazon.IdentityManagement.Model..::..GetAccountSummaryResult

See Also