You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ResourceServerScopeType as input to an Aws::Client method, you can use a vanilla Hash:

{
  scope_name: "ResourceServerScopeNameType", # required
  scope_description: "ResourceServerScopeDescriptionType", # required
}

A resource server scope.

Instance Attribute Summary collapse

Instance Attribute Details

#scope_descriptionString

A description of the scope.

Returns:

  • (String)

    A description of the scope.

#scope_nameString

The name of the scope.

Returns:

  • (String)

    The name of the scope.