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.



11676
11677
11678
11679
11680
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 11676

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