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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_serverTypes::ResourceServerType

The details of the new resource server.



4081
4082
4083
4084
4085
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 4081

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