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.
10983 10984 10985 |
# File 'sig/types.rbs', line 10983 def image_static_file @image_static_file end |
#spatial_static_file ⇒ Types::SpatialStaticFile
Returns the value of attribute spatial_static_file.
10984 10985 10986 |
# File 'sig/types.rbs', line 10984 def spatial_static_file @spatial_static_file end |