Class: Aws::Mgn::Types::LastKnownCheck
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::LastKnownCheck
- 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
-
#checked_at ⇒ Time
Last known check timestamp.
-
#error ⇒ String
Last known check error.
-
#name ⇒ String
Last known check name.
-
#status ⇒ String
Last known check status.
-
#type ⇒ String
Last known check type.
Instance Attribute Details
#checked_at ⇒ Time
Last known check timestamp.
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 |
#error ⇒ String
Last known check error.
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 |
#name ⇒ String
Last known check name.
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 |
#status ⇒ String
Last known check status.
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 |
#type ⇒ String
Last known check type.
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 |