class Aws::CognitoIdentityProvider::Types::UpdateResourceServerRequest

@note When making an API call, you may pass UpdateResourceServerRequest

data as a hash:

    {
      user_pool_id: "UserPoolIdType", # required
      identifier: "ResourceServerIdentifierType", # required
      name: "ResourceServerNameType", # required
      scopes: [
        {
          scope_name: "ResourceServerScopeNameType", # required
          scope_description: "ResourceServerScopeDescriptionType", # required
        },
      ],
    }

@!attribute [rw] user_pool_id

The user pool ID for the user pool.
@return [String]

@!attribute [rw] identifier

The identifier for the resource server.
@return [String]

@!attribute [rw] name

The name of the resource server.
@return [String]

@!attribute [rw] scopes

The scope values to be set for the resource server.
@return [Array<Types::ResourceServerScopeType>]

@see docs.aws.amazon.com/goto/WebAPI/cognito-idp-2016-04-18/UpdateResourceServerRequest AWS API Documentation

Constants

SENSITIVE