Class: Aws::Types::LastKnownCheck

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#checked_at ⇒ ::Time

Returns the value of attribute checked_at.

Returns:

  • (::Time)


683
684
685
# File 'sig/types.rbs', line 683

def checked_at
  @checked_at
end

#error ⇒ ::String

Returns the value of attribute error.

Returns:

  • (::String)


682
683
684
# File 'sig/types.rbs', line 682

def error
  @error
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


680
681
682
# File 'sig/types.rbs', line 680

def name
  @name
end

#status ⇒ "PASSED", ...

Returns the value of attribute status.

Returns:

  • ("PASSED", "FAILED", "PENDING")


681
682
683
# File 'sig/types.rbs', line 681

def status
  @status
end

#type ⇒ "EC2", "FSx"

Returns the value of attribute type.

Returns:

  • ("EC2", "FSx")


679
680
681
# File 'sig/types.rbs', line 679

def type
  @type
end