Class: Aws::Types::ListLicensesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#licenses::Array[Types::License]

Returns the value of attribute licenses.

Returns:



981
982
983
# File 'sig/types.rbs', line 981

def licenses
  @licenses
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


982
983
984
# File 'sig/types.rbs', line 982

def next_token
  @next_token
end