Class: Aws::CognitoIdentityProvider::Types::ResourceServerScopeType
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::ResourceServerScopeType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
A resource server scope.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#scope_description ⇒ String
A description of the scope.
-
#scope_name ⇒ String
The name of the scope.
Instance Attribute Details
#scope_description ⇒ String
A description of the scope.
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_name ⇒ String
The name of the scope.
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 |