Class: Aws::CognitoIdentity::Types::GetPrincipalTagAttributeMapResponse

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

You can use this operation to get the ID of the Identity Pool you setup attribute mappings for.

Returns:

  • (String)


580
581
582
583
584
585
586
587
# File 'lib/aws-sdk-cognitoidentity/types.rb', line 580

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

#identity_provider_nameString

You can use this operation to get the provider name.

Returns:

  • (String)


580
581
582
583
584
585
586
587
# File 'lib/aws-sdk-cognitoidentity/types.rb', line 580

class GetPrincipalTagAttributeMapResponse < 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>)


580
581
582
583
584
585
586
587
# File 'lib/aws-sdk-cognitoidentity/types.rb', line 580

class GetPrincipalTagAttributeMapResponse < 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 list

Returns:

  • (Boolean)


580
581
582
583
584
585
586
587
# File 'lib/aws-sdk-cognitoidentity/types.rb', line 580

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