Class: Aws::LicenseManager::Types::DeleteLicenseAssetGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::DeleteLicenseAssetGroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
License asset group status.
Instance Attribute Details
#status ⇒ String
License asset group status.
1225 1226 1227 1228 1229 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 1225 class DeleteLicenseAssetGroupResponse < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |