Class: Aws::CognitoIdentityProvider::Types::UpdateResourceServerResponse

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 updated details of the requested resource server.



11101
11102
11103
11104
11105
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 11101

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