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.
1496 1497 1498 1499 1500 1501 1502 1503 |
# File 'gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/types.rb', line 1496 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.
1496 1497 1498 1499 1500 1501 1502 1503 |
# File 'gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/types.rb', line 1496 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.
1496 1497 1498 1499 1500 1501 1502 1503 |
# File 'gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/types.rb', line 1496 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.
1496 1497 1498 1499 1500 1501 1502 1503 |
# File 'gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/types.rb', line 1496 class SetPrincipalTagAttributeMapResponse < Struct.new( :identity_pool_id, :identity_provider_name, :use_defaults, :principal_tags) SENSITIVE = [] include Aws::Structure end |