Class: Aws::Types::Image
- Inherits:
-
Object
- Object
- Aws::Types::Image
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bytes ⇒ ::String
Returns the value of attribute bytes.
-
#s3_object ⇒ Types::S3Object
Returns the value of attribute s3_object.
Instance Attribute Details
#bytes ⇒ ::String
Returns the value of attribute bytes.
1100 1101 1102 |
# File 'sig/types.rbs', line 1100 def bytes @bytes end |
#s3_object ⇒ Types::S3Object
Returns the value of attribute s3_object.
1101 1102 1103 |
# File 'sig/types.rbs', line 1101 def s3_object @s3_object end |