Class: Aws::Types::PatchStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#approval_date::Time

Returns the value of attribute approval_date.

Returns:

  • (::Time)


3667
3668
3669
# File 'sig/types.rbs', line 3667

def approval_date
  @approval_date
end

#compliance_level"CRITICAL", ...

Returns the value of attribute compliance_level.

Returns:

  • ("CRITICAL", "HIGH", "MEDIUM", "LOW", "INFORMATIONAL", "UNSPECIFIED")


3666
3667
3668
# File 'sig/types.rbs', line 3666

def compliance_level
  @compliance_level
end

#deployment_status"APPROVED", ...

Returns the value of attribute deployment_status.

Returns:

  • ("APPROVED", "PENDING_APPROVAL", "EXPLICIT_APPROVED", "EXPLICIT_REJECTED")


3665
3666
3667
# File 'sig/types.rbs', line 3665

def deployment_status
  @deployment_status
end