Class: Aws::CognitoIdentityProvider::Types::UpdateResourceServerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::UpdateResourceServerResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_server ⇒ Types::ResourceServerType
The resource server.
Instance Attribute Details
#resource_server ⇒ Types::ResourceServerType
The resource server.
10842 10843 10844 10845 10846 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 10842 class UpdateResourceServerResponse < Struct.new( :resource_server) SENSITIVE = [] include Aws::Structure end |