Class: Aws::Types::ListLicenseEndpointsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#license_endpoints::Array[Types::LicenseEndpointSummary]

Returns the value of attribute license_endpoints.

Returns:



2089
2090
2091
# File 'sig/types.rbs', line 2089

def license_endpoints
  @license_endpoints
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2090
2091
2092
# File 'sig/types.rbs', line 2090

def next_token
  @next_token
end