Class: Aws::CognitoIdentityProvider::Types::DeleteResourceServerRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identifierString

The identifier of the resource server that you want to delete.

Returns:

  • (String)


4809
4810
4811
4812
4813
4814
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4809

class DeleteResourceServerRequest < Struct.new(
  :user_pool_id,
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end

#user_pool_idString

The ID of the user pool where you want to delete the resource server.

Returns:

  • (String)


4809
4810
4811
4812
4813
4814
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4809

class DeleteResourceServerRequest < Struct.new(
  :user_pool_id,
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end