Class: Aws::CognitoIdentityProvider::Types::DeleteResourceServerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::DeleteResourceServerRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
The identifier 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.
3872 3873 3874 3875 3876 3877 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 3872 class DeleteResourceServerRequest < Struct.new( :user_pool_id, :identifier) SENSITIVE = [] include Aws::Structure end |
#user_pool_id ⇒ String
The user pool ID for the user pool that hosts the resource server.
3872 3873 3874 3875 3876 3877 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 3872 class DeleteResourceServerRequest < Struct.new( :user_pool_id, :identifier) SENSITIVE = [] include Aws::Structure end |