Class: Aws::CognitoIdentity::Types::SetPrincipalTagAttributeMapResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentity::Types::SetPrincipalTagAttributeMapResponse
- Defined in:
- gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identity_pool_id ⇒ String
The ID of the Identity Pool you want to set attribute mappings for.
-
#identity_provider_name ⇒ String
The provider name you want to use for attribute mappings.
-
#principal_tags ⇒ Hash<String,String>
You can use this operation to add principal tags.
-
#use_defaults ⇒ Boolean
You can use this operation to select default (username and clientID) attribute mappings.
Instance Attribute Details
#identity_pool_id ⇒ String
The ID of the Identity Pool you want to set attribute mappings for.
1220 1221 1222 1223 1224 1225 1226 1227 |
# File 'gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/types.rb', line 1220 class SetPrincipalTagAttributeMapResponse < Struct.new( :identity_pool_id, :identity_provider_name, :use_defaults, :principal_tags) SENSITIVE = [] include Aws::Structure end |
#identity_provider_name ⇒ String
The provider name you want to use for attribute mappings.
1220 1221 1222 1223 1224 1225 1226 1227 |
# File 'gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/types.rb', line 1220 class SetPrincipalTagAttributeMapResponse < Struct.new( :identity_pool_id, :identity_provider_name, :use_defaults, :principal_tags) SENSITIVE = [] include Aws::Structure end |
#principal_tags ⇒ Hash<String,String>
You can use this operation to add principal tags. The
PrincipalTags
operation enables you to reference user attributes in
your IAM permissions policy.
1220 1221 1222 1223 1224 1225 1226 1227 |
# File 'gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/types.rb', line 1220 class SetPrincipalTagAttributeMapResponse < Struct.new( :identity_pool_id, :identity_provider_name, :use_defaults, :principal_tags) SENSITIVE = [] include Aws::Structure end |
#use_defaults ⇒ Boolean
You can use this operation to select default (username and clientID) attribute mappings.
1220 1221 1222 1223 1224 1225 1226 1227 |
# File 'gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/types.rb', line 1220 class SetPrincipalTagAttributeMapResponse < Struct.new( :identity_pool_id, :identity_provider_name, :use_defaults, :principal_tags) SENSITIVE = [] include Aws::Structure end |