Class: Aws::Types::AwsSsmComplianceSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#compliance_type::String

Returns the value of attribute compliance_type.

Returns:

  • (::String)


4404
4405
4406
# File 'sig/types.rbs', line 4404

def compliance_type
  @compliance_type
end

#compliant_critical_count::Integer

Returns the value of attribute compliant_critical_count.

Returns:

  • (::Integer)


4393
4394
4395
# File 'sig/types.rbs', line 4393

def compliant_critical_count
  @compliant_critical_count
end

#compliant_high_count::Integer

Returns the value of attribute compliant_high_count.

Returns:

  • (::Integer)


4394
4395
4396
# File 'sig/types.rbs', line 4394

def compliant_high_count
  @compliant_high_count
end

#compliant_informational_count::Integer

Returns the value of attribute compliant_informational_count.

Returns:

  • (::Integer)


4398
4399
4400
# File 'sig/types.rbs', line 4398

def compliant_informational_count
  @compliant_informational_count
end

#compliant_low_count::Integer

Returns the value of attribute compliant_low_count.

Returns:

  • (::Integer)


4403
4404
4405
# File 'sig/types.rbs', line 4403

def compliant_low_count
  @compliant_low_count
end

#compliant_medium_count::Integer

Returns the value of attribute compliant_medium_count.

Returns:

  • (::Integer)


4395
4396
4397
# File 'sig/types.rbs', line 4395

def compliant_medium_count
  @compliant_medium_count
end

#compliant_unspecified_count::Integer

Returns the value of attribute compliant_unspecified_count.

Returns:

  • (::Integer)


4400
4401
4402
# File 'sig/types.rbs', line 4400

def compliant_unspecified_count
  @compliant_unspecified_count
end

#execution_type::String

Returns the value of attribute execution_type.

Returns:

  • (::String)


4396
4397
4398
# File 'sig/types.rbs', line 4396

def execution_type
  @execution_type
end

#non_compliant_critical_count::Integer

Returns the value of attribute non_compliant_critical_count.

Returns:

  • (::Integer)


4397
4398
4399
# File 'sig/types.rbs', line 4397

def non_compliant_critical_count
  @non_compliant_critical_count
end

#non_compliant_high_count::Integer

Returns the value of attribute non_compliant_high_count.

Returns:

  • (::Integer)


4402
4403
4404
# File 'sig/types.rbs', line 4402

def non_compliant_high_count
  @non_compliant_high_count
end

#non_compliant_informational_count::Integer

Returns the value of attribute non_compliant_informational_count.

Returns:

  • (::Integer)


4399
4400
4401
# File 'sig/types.rbs', line 4399

def non_compliant_informational_count
  @non_compliant_informational_count
end

#non_compliant_low_count::Integer

Returns the value of attribute non_compliant_low_count.

Returns:

  • (::Integer)


4401
4402
4403
# File 'sig/types.rbs', line 4401

def non_compliant_low_count
  @non_compliant_low_count
end

#non_compliant_medium_count::Integer

Returns the value of attribute non_compliant_medium_count.

Returns:

  • (::Integer)


4407
4408
4409
# File 'sig/types.rbs', line 4407

def non_compliant_medium_count
  @non_compliant_medium_count
end

#non_compliant_unspecified_count::Integer

Returns the value of attribute non_compliant_unspecified_count.

Returns:

  • (::Integer)


4408
4409
4410
# File 'sig/types.rbs', line 4408

def non_compliant_unspecified_count
  @non_compliant_unspecified_count
end

#overall_severity::String

Returns the value of attribute overall_severity.

Returns:

  • (::String)


4406
4407
4408
# File 'sig/types.rbs', line 4406

def overall_severity
  @overall_severity
end

#patch_baseline_id::String

Returns the value of attribute patch_baseline_id.

Returns:

  • (::String)


4405
4406
4407
# File 'sig/types.rbs', line 4405

def patch_baseline_id
  @patch_baseline_id
end

#patch_group::String

Returns the value of attribute patch_group.

Returns:

  • (::String)


4409
4410
4411
# File 'sig/types.rbs', line 4409

def patch_group
  @patch_group
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


4392
4393
4394
# File 'sig/types.rbs', line 4392

def status
  @status
end