Class: Aws::CognitoIdentityProvider::Types::CreateResourceServerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::CreateResourceServerResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_server ⇒ Types::ResourceServerType
The newly created resource server.
Instance Attribute Details
#resource_server ⇒ Types::ResourceServerType
The newly created resource server.
3024 3025 3026 3027 3028 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 3024 class CreateResourceServerResponse < Struct.new( :resource_server) SENSITIVE = [] include Aws::Structure end |