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)


8739
8740
8741
8742
8743
8744
8745
8746
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8739

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

#nameString

The name of the resource server.

Returns:

  • (String)


8739
8740
8741
8742
8743
8744
8745
8746
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8739

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:



8739
8740
8741
8742
8743
8744
8745
8746
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8739

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)


8739
8740
8741
8742
8743
8744
8745
8746
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8739

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