Class: Aws::LicenseManager::Types::Asset

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

Overview

Asset.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#asset_arnString

Amazon Resource Name (ARN) of the asset.

Returns:

  • (String)


91
92
93
94
95
96
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 91

class Asset < Struct.new(
  :asset_arn,
  :latest_asset_discovery_time)
  SENSITIVE = []
  include Aws::Structure
end

#latest_asset_discovery_timeTime

Latest asset discovery time.

Returns:

  • (Time)


91
92
93
94
95
96
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 91

class Asset < Struct.new(
  :asset_arn,
  :latest_asset_discovery_time)
  SENSITIVE = []
  include Aws::Structure
end