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.



11883
11884
11885
11886
11887
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 11883

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