Class: Aws::CognitoIdentityProvider::Types::ListResourceServersResponse

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

#next_tokenString

A pagination token.

Returns:

  • (String)


6103
6104
6105
6106
6107
6108
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 6103

class ListResourceServersResponse < Struct.new(
  :resource_servers,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#resource_serversArray<Types::ResourceServerType>

The resource servers.

Returns:



6103
6104
6105
6106
6107
6108
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 6103

class ListResourceServersResponse < Struct.new(
  :resource_servers,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end