Class: Aws::Types::GetEvidenceByEvidenceFolderRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetEvidenceByEvidenceFolderRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assessment_id ⇒ ::String
Returns the value of attribute assessment_id.
-
#control_set_id ⇒ ::String
Returns the value of attribute control_set_id.
-
#evidence_folder_id ⇒ ::String
Returns the value of attribute evidence_folder_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#assessment_id ⇒ ::String
Returns the value of attribute assessment_id.
706 707 708 |
# File 'sig/types.rbs', line 706 def assessment_id @assessment_id end |
#control_set_id ⇒ ::String
Returns the value of attribute control_set_id.
707 708 709 |
# File 'sig/types.rbs', line 707 def control_set_id @control_set_id end |
#evidence_folder_id ⇒ ::String
Returns the value of attribute evidence_folder_id.
708 709 710 |
# File 'sig/types.rbs', line 708 def evidence_folder_id @evidence_folder_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
710 711 712 |
# File 'sig/types.rbs', line 710 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
709 710 711 |
# File 'sig/types.rbs', line 709 def next_token @next_token end |