Class: Aws::LicenseManager::Types::UpdateLicenseAssetGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::UpdateLicenseAssetGroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#license_asset_group_arn ⇒ String
Amazon Resource Name (ARN) of the license asset group.
-
#status ⇒ String
License asset group status.
Instance Attribute Details
#license_asset_group_arn ⇒ String
Amazon Resource Name (ARN) of the license asset group.
4767 4768 4769 4770 4771 4772 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 4767 class UpdateLicenseAssetGroupResponse < Struct.new( :license_asset_group_arn, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
License asset group status.
4767 4768 4769 4770 4771 4772 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 4767 class UpdateLicenseAssetGroupResponse < Struct.new( :license_asset_group_arn, :status) SENSITIVE = [] include Aws::Structure end |