Class: Aws::LicenseManager::Types::AutomatedDiscoveryInformation

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

Overview

Describes automated discovery.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#last_run_timeTime

Time that automated discovery last ran.

Returns:

  • (Time)


82
83
84
85
86
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 82

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