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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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>)


3310
3311
3312
3313
3314
# File 'lib/aws-sdk-iam/types.rb', line 3310

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