Class: Aws::Types::AssessmentEvidenceFolder
- Inherits:
-
Object
- Object
- Aws::Types::AssessmentEvidenceFolder
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assessment_id ⇒ ::String
Returns the value of attribute assessment_id.
-
#assessment_report_selection_count ⇒ ::Integer
Returns the value of attribute assessment_report_selection_count.
-
#author ⇒ ::String
Returns the value of attribute author.
-
#control_id ⇒ ::String
Returns the value of attribute control_id.
-
#control_name ⇒ ::String
Returns the value of attribute control_name.
-
#control_set_id ⇒ ::String
Returns the value of attribute control_set_id.
-
#data_source ⇒ ::String
Returns the value of attribute data_source.
-
#date ⇒ ::Time
Returns the value of attribute date.
-
#evidence_aws_service_source_count ⇒ ::Integer
Returns the value of attribute evidence_aws_service_source_count.
-
#evidence_by_type_compliance_check_count ⇒ ::Integer
Returns the value of attribute evidence_by_type_compliance_check_count.
-
#evidence_by_type_compliance_check_issues_count ⇒ ::Integer
Returns the value of attribute evidence_by_type_compliance_check_issues_count.
-
#evidence_by_type_configuration_data_count ⇒ ::Integer
Returns the value of attribute evidence_by_type_configuration_data_count.
-
#evidence_by_type_manual_count ⇒ ::Integer
Returns the value of attribute evidence_by_type_manual_count.
-
#evidence_by_type_user_activity_count ⇒ ::Integer
Returns the value of attribute evidence_by_type_user_activity_count.
-
#evidence_resources_included_count ⇒ ::Integer
Returns the value of attribute evidence_resources_included_count.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#total_evidence ⇒ ::Integer
Returns the value of attribute total_evidence.
Instance Attribute Details
#assessment_id ⇒ ::String
Returns the value of attribute assessment_id.
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.
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.
70 71 72 |
# File 'sig/types.rbs', line 70 def end |
#control_id ⇒ ::String
Returns the value of attribute control_id.
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.
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.
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.
69 70 71 |
# File 'sig/types.rbs', line 69 def data_source @data_source end |
#date ⇒ ::Time
Returns the value of attribute date.
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.
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.
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.
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.
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.
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.
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.
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.
68 69 70 |
# File 'sig/types.rbs', line 68 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
63 64 65 |
# File 'sig/types.rbs', line 63 def name @name end |
#total_evidence ⇒ ::Integer
Returns the value of attribute total_evidence.
71 72 73 |
# File 'sig/types.rbs', line 71 def total_evidence @total_evidence end |