Class: Aws::Types::AuditImage
- Inherits:
-
Object
- Object
- Aws::Types::AuditImage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bounding_box ⇒ Types::BoundingBox
Returns the value of attribute bounding_box.
-
#bytes ⇒ ::String
Returns the value of attribute bytes.
-
#s3_object ⇒ Types::S3Object
Returns the value of attribute s3_object.
Instance Attribute Details
#bounding_box ⇒ Types::BoundingBox
Returns the value of attribute bounding_box.
57 58 59 |
# File 'sig/types.rbs', line 57 def bounding_box @bounding_box end |
#bytes ⇒ ::String
Returns the value of attribute bytes.
55 56 57 |
# File 'sig/types.rbs', line 55 def bytes @bytes end |
#s3_object ⇒ Types::S3Object
Returns the value of attribute s3_object.
56 57 58 |
# File 'sig/types.rbs', line 56 def s3_object @s3_object end |