Class: Aws::Types::ManualEvidence
- Inherits:
-
Object
- Object
- Aws::Types::ManualEvidence
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#evidence_file_name ⇒ ::String
Returns the value of attribute evidence_file_name.
-
#s3_resource_path ⇒ ::String
Returns the value of attribute s3_resource_path.
-
#text_response ⇒ ::String
Returns the value of attribute text_response.
Instance Attribute Details
#evidence_file_name ⇒ ::String
Returns the value of attribute evidence_file_name.
1010 1011 1012 |
# File 'sig/types.rbs', line 1010 def evidence_file_name @evidence_file_name end |
#s3_resource_path ⇒ ::String
Returns the value of attribute s3_resource_path.
1008 1009 1010 |
# File 'sig/types.rbs', line 1008 def s3_resource_path @s3_resource_path end |
#text_response ⇒ ::String
Returns the value of attribute text_response.
1009 1010 1011 |
# File 'sig/types.rbs', line 1009 def text_response @text_response end |