Class: Aws::Types::ListLicenseAssetGroupsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListLicenseAssetGroupsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#license_asset_groups ⇒ ::Array[Types::LicenseAssetGroup]
Returns the value of attribute license_asset_groups.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#license_asset_groups ⇒ ::Array[Types::LicenseAssetGroup]
Returns the value of attribute license_asset_groups.
873 874 875 |
# File 'sig/types.rbs', line 873 def license_asset_groups @license_asset_groups end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
874 875 876 |
# File 'sig/types.rbs', line 874 def next_token @next_token end |