Class: Aws::Types::UpdateLicenseAssetGroupResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateLicenseAssetGroupResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#license_asset_group_arn ⇒ ::String
Returns the value of attribute license_asset_group_arn.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#license_asset_group_arn ⇒ ::String
Returns the value of attribute license_asset_group_arn.
1331 1332 1333 |
# File 'sig/types.rbs', line 1331 def license_asset_group_arn @license_asset_group_arn end |
#status ⇒ ::String
Returns the value of attribute status.
1332 1333 1334 |
# File 'sig/types.rbs', line 1332 def status @status end |