Class: Aws::CognitoIdentity::Types::SetPrincipalTagAttributeMapInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identity_pool_idString

The ID of the Identity Pool you want to set attribute mappings for.

Returns:

  • (String)


1190
1191
1192
1193
1194
1195
1196
1197
# File 'gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/types.rb', line 1190

class SetPrincipalTagAttributeMapInput < Struct.new(
  :identity_pool_id,
  :identity_provider_name,
  :use_defaults,
  :principal_tags)
  SENSITIVE = []
  include Aws::Structure
end

#identity_provider_nameString

The provider name you want to use for attribute mappings.

Returns:

  • (String)


1190
1191
1192
1193
1194
1195
1196
1197
# File 'gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/types.rb', line 1190

class SetPrincipalTagAttributeMapInput < Struct.new(
  :identity_pool_id,
  :identity_provider_name,
  :use_defaults,
  :principal_tags)
  SENSITIVE = []
  include Aws::Structure
end

#principal_tagsHash<String,String>

You can use this operation to add principal tags.

Returns:

  • (Hash<String,String>)


1190
1191
1192
1193
1194
1195
1196
1197
# File 'gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/types.rb', line 1190

class SetPrincipalTagAttributeMapInput < Struct.new(
  :identity_pool_id,
  :identity_provider_name,
  :use_defaults,
  :principal_tags)
  SENSITIVE = []
  include Aws::Structure
end

#use_defaultsBoolean

You can use this operation to use default (username and clientID) attribute mappings.

Returns:

  • (Boolean)


1190
1191
1192
1193
1194
1195
1196
1197
# File 'gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/types.rb', line 1190

class SetPrincipalTagAttributeMapInput < Struct.new(
  :identity_pool_id,
  :identity_provider_name,
  :use_defaults,
  :principal_tags)
  SENSITIVE = []
  include Aws::Structure
end