Class: Aws::CognitoIdentityProvider::Types::DescribeResourceServerRequest

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 for the resource server

Returns:

  • (String)


3962
3963
3964
3965
3966
3967
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 3962

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

#user_pool_idString

The user pool ID for the user pool that hosts the resource server.

Returns:

  • (String)


3962
3963
3964
3965
3966
3967
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 3962

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