Class: Aws::Types::PatchSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#failed_count::Integer

Returns the value of attribute failed_count.

Returns:

  • (::Integer)


6836
6837
6838
# File 'sig/types.rbs', line 6836

def failed_count
  @failed_count
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


6833
6834
6835
# File 'sig/types.rbs', line 6833

def id
  @id
end

#installed_count::Integer

Returns the value of attribute installed_count.

Returns:

  • (::Integer)


6834
6835
6836
# File 'sig/types.rbs', line 6834

def installed_count
  @installed_count
end

#installed_other_count::Integer

Returns the value of attribute installed_other_count.

Returns:

  • (::Integer)


6837
6838
6839
# File 'sig/types.rbs', line 6837

def installed_other_count
  @installed_other_count
end

#installed_pending_reboot::Integer

Returns the value of attribute installed_pending_reboot.

Returns:

  • (::Integer)


6839
6840
6841
# File 'sig/types.rbs', line 6839

def installed_pending_reboot
  @installed_pending_reboot
end

#installed_rejected_count::Integer

Returns the value of attribute installed_rejected_count.

Returns:

  • (::Integer)


6838
6839
6840
# File 'sig/types.rbs', line 6838

def installed_rejected_count
  @installed_rejected_count
end

#missing_count::Integer

Returns the value of attribute missing_count.

Returns:

  • (::Integer)


6835
6836
6837
# File 'sig/types.rbs', line 6835

def missing_count
  @missing_count
end

#operation::String

Returns the value of attribute operation.

Returns:

  • (::String)


6843
6844
6845
# File 'sig/types.rbs', line 6843

def operation
  @operation
end

#operation_end_time::String

Returns the value of attribute operation_end_time.

Returns:

  • (::String)


6841
6842
6843
# File 'sig/types.rbs', line 6841

def operation_end_time
  @operation_end_time
end

#operation_start_time::String

Returns the value of attribute operation_start_time.

Returns:

  • (::String)


6840
6841
6842
# File 'sig/types.rbs', line 6840

def operation_start_time
  @operation_start_time
end

#reboot_option::String

Returns the value of attribute reboot_option.

Returns:

  • (::String)


6842
6843
6844
# File 'sig/types.rbs', line 6842

def reboot_option
  @reboot_option
end