Class: Aws::LicenseManager::Types::AutomatedDiscoveryInformation
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::AutomatedDiscoveryInformation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
Describes automated discovery.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#last_run_time ⇒ Time
Time that automated discovery last ran.
Instance Attribute Details
#last_run_time ⇒ Time
Time that automated discovery last ran.
82 83 84 85 86 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 82 class AutomatedDiscoveryInformation < Struct.new( :last_run_time) SENSITIVE = [] include Aws::Structure end |