Class: Aws::Types::InstancePatchState

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:owner_information])

Instance Attribute Summary collapse

Instance Attribute Details

#available_security_update_count::Integer

Returns the value of attribute available_security_update_count.

Returns:

  • (::Integer)


2298
2299
2300
# File 'sig/types.rbs', line 2298

def available_security_update_count
  @available_security_update_count
end

#baseline_id::String

Returns the value of attribute baseline_id.

Returns:

  • (::String)


2286
2287
2288
# File 'sig/types.rbs', line 2286

def baseline_id
  @baseline_id
end

#critical_non_compliant_count::Integer

Returns the value of attribute critical_non_compliant_count.

Returns:

  • (::Integer)


2304
2305
2306
# File 'sig/types.rbs', line 2304

def critical_non_compliant_count
  @critical_non_compliant_count
end

#failed_count::Integer

Returns the value of attribute failed_count.

Returns:

  • (::Integer)


2295
2296
2297
# File 'sig/types.rbs', line 2295

def failed_count
  @failed_count
end

#install_override_list::String

Returns the value of attribute install_override_list.

Returns:

  • (::String)


2288
2289
2290
# File 'sig/types.rbs', line 2288

def install_override_list
  @install_override_list
end

#installed_count::Integer

Returns the value of attribute installed_count.

Returns:

  • (::Integer)


2290
2291
2292
# File 'sig/types.rbs', line 2290

def installed_count
  @installed_count
end

#installed_other_count::Integer

Returns the value of attribute installed_other_count.

Returns:

  • (::Integer)


2291
2292
2293
# File 'sig/types.rbs', line 2291

def installed_other_count
  @installed_other_count
end

#installed_pending_reboot_count::Integer

Returns the value of attribute installed_pending_reboot_count.

Returns:

  • (::Integer)


2292
2293
2294
# File 'sig/types.rbs', line 2292

def installed_pending_reboot_count
  @installed_pending_reboot_count
end

#installed_rejected_count::Integer

Returns the value of attribute installed_rejected_count.

Returns:

  • (::Integer)


2293
2294
2295
# File 'sig/types.rbs', line 2293

def installed_rejected_count
  @installed_rejected_count
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


2284
2285
2286
# File 'sig/types.rbs', line 2284

def instance_id
  @instance_id
end

#last_no_reboot_install_operation_time::Time

Returns the value of attribute last_no_reboot_install_operation_time.

Returns:

  • (::Time)


2302
2303
2304
# File 'sig/types.rbs', line 2302

def last_no_reboot_install_operation_time
  @last_no_reboot_install_operation_time
end

#missing_count::Integer

Returns the value of attribute missing_count.

Returns:

  • (::Integer)


2294
2295
2296
# File 'sig/types.rbs', line 2294

def missing_count
  @missing_count
end

#not_applicable_count::Integer

Returns the value of attribute not_applicable_count.

Returns:

  • (::Integer)


2297
2298
2299
# File 'sig/types.rbs', line 2297

def not_applicable_count
  @not_applicable_count
end

#operation"Scan", "Install"

Returns the value of attribute operation.

Returns:

  • ("Scan", "Install")


2301
2302
2303
# File 'sig/types.rbs', line 2301

def operation
  @operation
end

#operation_end_time::Time

Returns the value of attribute operation_end_time.

Returns:

  • (::Time)


2300
2301
2302
# File 'sig/types.rbs', line 2300

def operation_end_time
  @operation_end_time
end

#operation_start_time::Time

Returns the value of attribute operation_start_time.

Returns:

  • (::Time)


2299
2300
2301
# File 'sig/types.rbs', line 2299

def operation_start_time
  @operation_start_time
end

#other_non_compliant_count::Integer

Returns the value of attribute other_non_compliant_count.

Returns:

  • (::Integer)


2306
2307
2308
# File 'sig/types.rbs', line 2306

def other_non_compliant_count
  @other_non_compliant_count
end

#owner_information::String

Returns the value of attribute owner_information.

Returns:

  • (::String)


2289
2290
2291
# File 'sig/types.rbs', line 2289

def owner_information
  @owner_information
end

#patch_group::String

Returns the value of attribute patch_group.

Returns:

  • (::String)


2285
2286
2287
# File 'sig/types.rbs', line 2285

def patch_group
  @patch_group
end

#reboot_option"RebootIfNeeded", "NoReboot"

Returns the value of attribute reboot_option.

Returns:

  • ("RebootIfNeeded", "NoReboot")


2303
2304
2305
# File 'sig/types.rbs', line 2303

def reboot_option
  @reboot_option
end

#security_non_compliant_count::Integer

Returns the value of attribute security_non_compliant_count.

Returns:

  • (::Integer)


2305
2306
2307
# File 'sig/types.rbs', line 2305

def security_non_compliant_count
  @security_non_compliant_count
end

#snapshot_id::String

Returns the value of attribute snapshot_id.

Returns:

  • (::String)


2287
2288
2289
# File 'sig/types.rbs', line 2287

def snapshot_id
  @snapshot_id
end

#unreported_not_applicable_count::Integer

Returns the value of attribute unreported_not_applicable_count.

Returns:

  • (::Integer)


2296
2297
2298
# File 'sig/types.rbs', line 2296

def unreported_not_applicable_count
  @unreported_not_applicable_count
end