Class: Aws::Types::ListLicensesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListLicensesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#licenses ⇒ ::Array[Types::License]
Returns the value of attribute licenses.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#licenses ⇒ ::Array[Types::License]
Returns the value of attribute licenses.
981 982 983 |
# File 'sig/types.rbs', line 981 def licenses @licenses end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
982 983 984 |
# File 'sig/types.rbs', line 982 def next_token @next_token end |