Class: Aws::IAM::Types::GetAccountPropertiesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::GetAccountPropertiesResponse
- Defined in:
- gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#properties ⇒ Hash<String,String>
A map of account property key-value pairs.
Instance Attribute Details
#properties ⇒ Hash<String,String>
A map of account property key-value pairs. Keys are in the format
Namespace/PropertyName.
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 |