Class: Aws::CognitoIdentityProvider::Types::ResourceServerType
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::ResourceServerType
- Defined in:
- gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
A container for information about a resource server for a user pool.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
The identifier for the resource server.
-
#name ⇒ String
The name of the resource server.
-
#scopes ⇒ Array<Types::ResourceServerScopeType>
A list of scopes that are defined for the resource server.
-
#user_pool_id ⇒ String
The user pool ID for the user pool that hosts the resource server.
Instance Attribute Details
#identifier ⇒ String
The identifier for the resource server.
6448 6449 6450 6451 6452 6453 6454 6455 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 6448 class ResourceServerType < Struct.new( :user_pool_id, :identifier, :name, :scopes) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the resource server.
6448 6449 6450 6451 6452 6453 6454 6455 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 6448 class ResourceServerType < Struct.new( :user_pool_id, :identifier, :name, :scopes) SENSITIVE = [] include Aws::Structure end |
#scopes ⇒ Array<Types::ResourceServerScopeType>
A list of scopes that are defined for the resource server.
6448 6449 6450 6451 6452 6453 6454 6455 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 6448 class ResourceServerType < Struct.new( :user_pool_id, :identifier, :name, :scopes) SENSITIVE = [] include Aws::Structure end |
#user_pool_id ⇒ String
The user pool ID for the user pool that hosts the resource server.
6448 6449 6450 6451 6452 6453 6454 6455 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 6448 class ResourceServerType < Struct.new( :user_pool_id, :identifier, :name, :scopes) SENSITIVE = [] include Aws::Structure end |