Class: Aws::IAM::Types::GetAccountSummaryResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb

Overview

Contains the response to a successful GetAccountSummary request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#summary_mapHash<String,Integer>

A set of key–value pairs containing information about IAM entity usage and IAM quotas.

Returns:

  • (Hash<String,Integer>)


3055
3056
3057
3058
3059
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 3055

class GetAccountSummaryResponse < Struct.new(
  :summary_map)
  SENSITIVE = []
  include Aws::Structure
end