Class: Aws::Types::ImageSource
- Inherits:
-
Object
- Object
- Aws::Types::ImageSource
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Bytes, S3Location, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bytes ⇒ ::String
Returns the value of attribute bytes.
-
#s3_location ⇒ Types::S3Location
Returns the value of attribute s3_location.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#bytes ⇒ ::String
Returns the value of attribute bytes.
1028 1029 1030 |
# File 'sig/types.rbs', line 1028 def bytes @bytes end |
#s3_location ⇒ Types::S3Location
Returns the value of attribute s3_location.
1029 1030 1031 |
# File 'sig/types.rbs', line 1029 def s3_location @s3_location end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1030 1031 1032 |
# File 'sig/types.rbs', line 1030 def unknown @unknown end |