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.
1229 1230 1231 1232 1233 1234 1235 1236 |
# File 'gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/types.rb', line 1229 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.
1229 1230 1231 1232 1233 1234 1235 1236 |
# File 'gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/types.rb', line 1229 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
PrincipalTagsoperation enables you to reference user attributes in
your IAM permissions policy.
1229 1230 1231 1232 1233 1234 1235 1236 |
# File 'gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/types.rb', line 1229 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.
1229 1230 1231 1232 1233 1234 1235 1236 |
# File 'gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/types.rb', line 1229 class SetPrincipalTagAttributeMapResponse < Struct.new( :identity_pool_id, :identity_provider_name, :use_defaults, :principal_tags) SENSITIVE = [] include Aws::Structure end |