You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CognitoIdentityProvider::Types::UpdateIdentityProviderRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateIdentityProviderRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  user_pool_id: "UserPoolIdType", # required
  provider_name: "ProviderNameType", # required
  provider_details: {
    "StringType" => "StringType",
  },
  attribute_mapping: {
    "AttributeMappingKeyType" => "StringType",
  },
  idp_identifiers: ["IdpIdentifierType"],
}

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_mappingHash<String,String>

The identity provider attribute mapping to be changed.

Returns:

  • (Hash<String,String>)

    The identity provider attribute mapping to be changed.

#idp_identifiersArray<String>

A list of identity provider identifiers.

Returns:

  • (Array<String>)

    A list of identity provider identifiers.

#provider_detailsHash<String,String>

The identity provider details to be updated, such as MetadataURL and MetadataFile.

Returns:

  • (Hash<String,String>)

    The identity provider details to be updated, such as MetadataURL and MetadataFile.

#provider_nameString

The identity provider name.

Returns:

  • (String)

    The identity provider name.

#user_pool_idString

The user pool ID.

Returns:

  • (String)

    The user pool ID.