Class: Aws::IAM::Types::GetAccountPropertiesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#propertiesHash<String,String>

A map of account property key-value pairs. Keys are in the format Namespace/PropertyName.

Returns:

  • (Hash<String,String>)


3868
3869
3870
3871
3872
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 3868

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