Class: Aws::LicenseManager::Types::Asset
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::Asset
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
Asset.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asset_arn ⇒ String
Amazon Resource Name (ARN) of the asset.
-
#latest_asset_discovery_time ⇒ Time
Latest asset discovery time.
Instance Attribute Details
#asset_arn ⇒ String
Amazon Resource Name (ARN) of the asset.
91 92 93 94 95 96 |
# File '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_time ⇒ Time
Latest asset discovery time.
91 92 93 94 95 96 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 91 class Asset < Struct.new( :asset_arn, :latest_asset_discovery_time) SENSITIVE = [] include Aws::Structure end |