Class: Aws::LicenseManager::Types::DeleteLicenseAssetGroupResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

License asset group status.

Returns:

  • (String)


1232
1233
1234
1235
1236
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1232

class DeleteLicenseAssetGroupResponse < Struct.new(
  :status)
  SENSITIVE = []
  include Aws::Structure
end