Class: Aws::CognitoIdentityProvider::Types::ResourceServerScopeType

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

Overview

A resource server scope.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#scope_descriptionString

A description of the scope.

Returns:

  • (String)


7262
7263
7264
7265
7266
7267
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7262

class ResourceServerScopeType < Struct.new(
  :scope_name,
  :scope_description)
  SENSITIVE = []
  include Aws::Structure
end

#scope_nameString

The name of the scope.

Returns:

  • (String)


7262
7263
7264
7265
7266
7267
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7262

class ResourceServerScopeType < Struct.new(
  :scope_name,
  :scope_description)
  SENSITIVE = []
  include Aws::Structure
end