Class: Aws::Types::AssessmentEvidenceFolder

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#assessment_id ⇒ ::String

Returns the value of attribute assessment_id.

Returns:

  • (::String)


65
66
67
# File 'sig/types.rbs', line 65

def assessment_id
  @assessment_id
end

#assessment_report_selection_count ⇒ ::Integer

Returns the value of attribute assessment_report_selection_count.

Returns:

  • (::Integer)


72
73
74
# File 'sig/types.rbs', line 72

def assessment_report_selection_count
  @assessment_report_selection_count
end

#author ⇒ ::String

Returns the value of attribute author.

Returns:

  • (::String)


70
71
72
# File 'sig/types.rbs', line 70

def author
  @author
end

#control_id ⇒ ::String

Returns the value of attribute control_id.

Returns:

  • (::String)


67
68
69
# File 'sig/types.rbs', line 67

def control_id
  @control_id
end

#control_name ⇒ ::String

Returns the value of attribute control_name.

Returns:

  • (::String)


73
74
75
# File 'sig/types.rbs', line 73

def control_name
  @control_name
end

#control_set_id ⇒ ::String

Returns the value of attribute control_set_id.

Returns:

  • (::String)


66
67
68
# File 'sig/types.rbs', line 66

def control_set_id
  @control_set_id
end

#data_source ⇒ ::String

Returns the value of attribute data_source.

Returns:

  • (::String)


69
70
71
# File 'sig/types.rbs', line 69

def data_source
  @data_source
end

#date ⇒ ::Time

Returns the value of attribute date.

Returns:

  • (::Time)


64
65
66
# File 'sig/types.rbs', line 64

def date
  @date
end

#evidence_aws_service_source_count ⇒ ::Integer

Returns the value of attribute evidence_aws_service_source_count.

Returns:

  • (::Integer)


80
81
82
# File 'sig/types.rbs', line 80

def evidence_aws_service_source_count
  @evidence_aws_service_source_count
end

#evidence_by_type_compliance_check_count ⇒ ::Integer

Returns the value of attribute evidence_by_type_compliance_check_count.

Returns:

  • (::Integer)


77
78
79
# File 'sig/types.rbs', line 77

def evidence_by_type_compliance_check_count
  @evidence_by_type_compliance_check_count
end

#evidence_by_type_compliance_check_issues_count ⇒ ::Integer

Returns the value of attribute evidence_by_type_compliance_check_issues_count.

Returns:

  • (::Integer)


78
79
80
# File 'sig/types.rbs', line 78

def evidence_by_type_compliance_check_issues_count
  @evidence_by_type_compliance_check_issues_count
end

#evidence_by_type_configuration_data_count ⇒ ::Integer

Returns the value of attribute evidence_by_type_configuration_data_count.

Returns:

  • (::Integer)


75
76
77
# File 'sig/types.rbs', line 75

def evidence_by_type_configuration_data_count
  @evidence_by_type_configuration_data_count
end

#evidence_by_type_manual_count ⇒ ::Integer

Returns the value of attribute evidence_by_type_manual_count.

Returns:

  • (::Integer)


76
77
78
# File 'sig/types.rbs', line 76

def evidence_by_type_manual_count
  @evidence_by_type_manual_count
end

#evidence_by_type_user_activity_count ⇒ ::Integer

Returns the value of attribute evidence_by_type_user_activity_count.

Returns:

  • (::Integer)


79
80
81
# File 'sig/types.rbs', line 79

def evidence_by_type_user_activity_count
  @evidence_by_type_user_activity_count
end

#evidence_resources_included_count ⇒ ::Integer

Returns the value of attribute evidence_resources_included_count.

Returns:

  • (::Integer)


74
75
76
# File 'sig/types.rbs', line 74

def evidence_resources_included_count
  @evidence_resources_included_count
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


68
69
70
# File 'sig/types.rbs', line 68

def id
  @id
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


63
64
65
# File 'sig/types.rbs', line 63

def name
  @name
end

#total_evidence ⇒ ::Integer

Returns the value of attribute total_evidence.

Returns:

  • (::Integer)


71
72
73
# File 'sig/types.rbs', line 71

def total_evidence
  @total_evidence
end