Class: Aws::LicenseManager::Types::CreateLicenseAssetGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::CreateLicenseAssetGroupResponse
- Defined in:
- gems/aws-sdk-licensemanager/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.
615 616 617 618 619 620 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 615 class CreateLicenseAssetGroupResponse < Struct.new( :license_asset_group_arn, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
License asset group status.
615 616 617 618 619 620 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 615 class CreateLicenseAssetGroupResponse < Struct.new( :license_asset_group_arn, :status) SENSITIVE = [] include Aws::Structure end |