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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mgn/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_at ⇒ Time

Last known check timestamp.

Returns:

  • (Time)


2273
2274
2275
2276
2277
2278
2279
2280
2281
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2273

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

#error ⇒ String

Last known check error.

Returns:

  • (String)


2273
2274
2275
2276
2277
2278
2279
2280
2281
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2273

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

#name ⇒ String

Last known check name.

Returns:

  • (String)


2273
2274
2275
2276
2277
2278
2279
2280
2281
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2273

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

#status ⇒ String

Last known check status.

Returns:

  • (String)


2273
2274
2275
2276
2277
2278
2279
2280
2281
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2273

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

#type ⇒ String

Last known check type.

Returns:

  • (String)


2273
2274
2275
2276
2277
2278
2279
2280
2281
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2273

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