Class: Aws::CognitoIdentityProvider::Types::CreateResourceServerResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_serverTypes::ResourceServerType

The newly created resource server.



3311
3312
3313
3314
3315
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 3311

class CreateResourceServerResponse < Struct.new(
  :resource_server)
  SENSITIVE = []
  include Aws::Structure
end