Class: Aws::Types::ImageSource
- Inherits:
-
Object
- Object
- Aws::Types::ImageSource
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: PublicUrl, S3Uri, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#public_url ⇒ ::String
Returns the value of attribute public_url.
-
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#public_url ⇒ ::String
Returns the value of attribute public_url.
6743 6744 6745 |
# File 'sig/types.rbs', line 6743 def public_url @public_url end |
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
6744 6745 6746 |
# File 'sig/types.rbs', line 6744 def s3_uri @s3_uri end |
#unknown ⇒ Object
Returns the value of attribute unknown.
6745 6746 6747 |
# File 'sig/types.rbs', line 6745 def unknown @unknown end |