Class: Aws::Types::ExportMetadataModelAssessmentResultEntry
- Inherits:
-
Object
- Object
- Aws::Types::ExportMetadataModelAssessmentResultEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#object_url ⇒ ::String
Returns the value of attribute object_url.
-
#s3_object_key ⇒ ::String
Returns the value of attribute s3_object_key.
Instance Attribute Details
#object_url ⇒ ::String
Returns the value of attribute object_url.
1483 1484 1485 |
# File 'sig/types.rbs', line 1483 def object_url @object_url end |
#s3_object_key ⇒ ::String
Returns the value of attribute s3_object_key.
1482 1483 1484 |
# File 'sig/types.rbs', line 1482 def s3_object_key @s3_object_key end |