Class: Aws::CognitoIdentity::Types::SetPrincipalTagAttributeMapInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentity::Types::SetPrincipalTagAttributeMapInput
- Defined in:
- gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/types.rb
Overview
Note:
When making an API call, you may pass SetPrincipalTagAttributeMapInput data as a hash:
{
identity_pool_id: "IdentityPoolId", # required
identity_provider_name: "IdentityProviderName", # required
use_defaults: false,
principal_tags: {
"PrincipalTagID" => "PrincipalTagValue",
},
}
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 use 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.
1466 1467 1468 1469 1470 1471 1472 1473 |
# File 'gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/types.rb', line 1466 class SetPrincipalTagAttributeMapInput < 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.
1466 1467 1468 1469 1470 1471 1472 1473 |
# File 'gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/types.rb', line 1466 class SetPrincipalTagAttributeMapInput < 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.
1466 1467 1468 1469 1470 1471 1472 1473 |
# File 'gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/types.rb', line 1466 class SetPrincipalTagAttributeMapInput < 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 use default (username and clientID) attribute mappings.
1466 1467 1468 1469 1470 1471 1472 1473 |
# File 'gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/types.rb', line 1466 class SetPrincipalTagAttributeMapInput < Struct.new( :identity_pool_id, :identity_provider_name, :use_defaults, :principal_tags) SENSITIVE = [] include Aws::Structure end |