Class: Aws::CognitoIdentity::Types::SetPrincipalTagAttributeMapResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1220
1221
1222
1223
1224
1225
1226
1227
# File '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_nameString

The provider name you want to use for attribute mappings.

Returns:

  • (String)


1220
1221
1222
1223
1224
1225
1226
1227
# File '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_tagsHash<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.

Returns:

  • (Hash<String,String>)


1220
1221
1222
1223
1224
1225
1226
1227
# File '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_defaultsBoolean

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

Returns:

  • (Boolean)


1220
1221
1222
1223
1224
1225
1226
1227
# File '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