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)


7049
7050
7051
7052
7053
7054
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7049

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

#scope_nameString

The name of the scope.

Returns:

  • (String)


7049
7050
7051
7052
7053
7054
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7049

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