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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


7460
7461
7462
7463
7464
7465
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7460

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

#resource_serversArray<Types::ResourceServerType>

The resource servers.

Returns:



7460
7461
7462
7463
7464
7465
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7460

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