Class: Aws::CognitoIdentity::Types::GetPrincipalTagAttributeMapInput

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

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

Returns:

  • (String)


552
553
554
555
556
557
# File 'gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/types.rb', line 552

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

#identity_provider_nameString

You can use this operation to get the provider name.

Returns:

  • (String)


552
553
554
555
556
557
# File 'gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/types.rb', line 552

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