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 resource server.



8754
8755
8756
8757
8758
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 8754

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