Class: Aws::Types::StaticFile
- Inherits:
-
Object
- Object
- Aws::Types::StaticFile
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image_static_file ⇒ Types::ImageStaticFile
Returns the value of attribute image_static_file.
-
#spatial_static_file ⇒ Types::SpatialStaticFile
Returns the value of attribute spatial_static_file.
Instance Attribute Details
#image_static_file ⇒ Types::ImageStaticFile
Returns the value of attribute image_static_file.
10593 10594 10595 |
# File 'sig/types.rbs', line 10593 def image_static_file @image_static_file end |
#spatial_static_file ⇒ Types::SpatialStaticFile
Returns the value of attribute spatial_static_file.
10594 10595 10596 |
# File 'sig/types.rbs', line 10594 def spatial_static_file @spatial_static_file end |