Class: Aws::Types::WallpaperImageInput
- Inherits:
-
Object
- Object
- Aws::Types::WallpaperImageInput
- Defined in:
- sig/types.rbs
Defined Under Namespace
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#blob ⇒ ::String
Returns the value of attribute blob.
-
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#blob ⇒ ::String
Returns the value of attribute blob.
1356 1357 1358 |
# File 'sig/types.rbs', line 1356 def blob @blob end |
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
1357 1358 1359 |
# File 'sig/types.rbs', line 1357 def s3_uri @s3_uri end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1358 1359 1360 |
# File 'sig/types.rbs', line 1358 def unknown @unknown end |