Class: Aws::Types::CreateLicenseAssetGroupResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateLicenseAssetGroupResponse
- 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.
177 178 179 |
# File 'sig/types.rbs', line 177 def license_asset_group_arn @license_asset_group_arn end |
#status ⇒ ::String
Returns the value of attribute status.
178 179 180 |
# File 'sig/types.rbs', line 178 def status @status end |