Class: Aws::Mgn::Types::LastKnownCheck

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mgn/types.rb

Overview

Last known check performed on a launched instance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#checked_atTime

Last known check timestamp.

Returns:

  • (Time)


2239
2240
2241
2242
2243
2244
2245
2246
2247
# File 'lib/aws-sdk-mgn/types.rb', line 2239

class LastKnownCheck < Struct.new(
  :type,
  :name,
  :status,
  :error,
  :checked_at)
  SENSITIVE = []
  include Aws::Structure
end

#errorString

Last known check error.

Returns:

  • (String)


2239
2240
2241
2242
2243
2244
2245
2246
2247
# File 'lib/aws-sdk-mgn/types.rb', line 2239

class LastKnownCheck < Struct.new(
  :type,
  :name,
  :status,
  :error,
  :checked_at)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Last known check name.

Returns:

  • (String)


2239
2240
2241
2242
2243
2244
2245
2246
2247
# File 'lib/aws-sdk-mgn/types.rb', line 2239

class LastKnownCheck < Struct.new(
  :type,
  :name,
  :status,
  :error,
  :checked_at)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Last known check status.

Returns:

  • (String)


2239
2240
2241
2242
2243
2244
2245
2246
2247
# File 'lib/aws-sdk-mgn/types.rb', line 2239

class LastKnownCheck < Struct.new(
  :type,
  :name,
  :status,
  :error,
  :checked_at)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Last known check type.

Returns:

  • (String)


2239
2240
2241
2242
2243
2244
2245
2246
2247
# File 'lib/aws-sdk-mgn/types.rb', line 2239

class LastKnownCheck < Struct.new(
  :type,
  :name,
  :status,
  :error,
  :checked_at)
  SENSITIVE = []
  include Aws::Structure
end