Class: Aws::Types::PatchComplianceData

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#classification::String

Returns the value of attribute classification.

Returns:

  • (::String)


3612
3613
3614
# File 'sig/types.rbs', line 3612

def classification
  @classification
end

#cve_ids::String

Returns the value of attribute cve_ids.

Returns:

  • (::String)


3616
3617
3618
# File 'sig/types.rbs', line 3616

def cve_ids
  @cve_ids
end

#installed_time::Time

Returns the value of attribute installed_time.

Returns:

  • (::Time)


3615
3616
3617
# File 'sig/types.rbs', line 3615

def installed_time
  @installed_time
end

#kb_id::String

Returns the value of attribute kb_id.

Returns:

  • (::String)


3611
3612
3613
# File 'sig/types.rbs', line 3611

def kb_id
  @kb_id
end

#severity::String

Returns the value of attribute severity.

Returns:

  • (::String)


3613
3614
3615
# File 'sig/types.rbs', line 3613

def severity
  @severity
end

#state"INSTALLED", ...

Returns the value of attribute state.

Returns:

  • ("INSTALLED", "INSTALLED_OTHER", "INSTALLED_PENDING_REBOOT", "INSTALLED_REJECTED", "MISSING", "NOT_APPLICABLE", "FAILED", "AVAILABLE_SECURITY_UPDATE")


3614
3615
3616
# File 'sig/types.rbs', line 3614

def state
  @state
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


3610
3611
3612
# File 'sig/types.rbs', line 3610

def title
  @title
end