Class: Aws::Types::ListLicenseServerEndpointsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#license_server_endpoints::Array[Types::LicenseServerEndpoint]

Returns the value of attribute license_server_endpoints.

Returns:



237
238
239
# File 'sig/types.rbs', line 237

def license_server_endpoints
  @license_server_endpoints
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


238
239
240
# File 'sig/types.rbs', line 238

def next_token
  @next_token
end