Class: Aws::CognitoIdentityProvider::Types::UpdateResourceServerRequest

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)


8187
8188
8189
8190
8191
8192
8193
8194
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8187

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

#nameString

The name of the resource server.

Returns:

  • (String)


8187
8188
8189
8190
8191
8192
8193
8194
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8187

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

#scopesArray<Types::ResourceServerScopeType>

The scope values to be set for the resource server.

Returns:



8187
8188
8189
8190
8191
8192
8193
8194
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8187

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

#user_pool_idString

The user pool ID for the user pool.

Returns:

  • (String)


8187
8188
8189
8190
8191
8192
8193
8194
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8187

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