Class: Aws::CognitoIdentityProvider::Types::UpdateResourceServerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::UpdateResourceServerResponse
- Defined in:
- gems/aws-sdk-cognitoidentityprovider/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.
11172 11173 11174 11175 11176 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 11172 class UpdateResourceServerResponse < Struct.new( :resource_server) SENSITIVE = [] include Aws::Structure end |