Class: Aws::Types::ImageStaticFile
- Inherits:
-
Object
- Object
- Aws::Types::ImageStaticFile
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#source ⇒ Types::StaticFileSource
Returns the value of attribute source.
-
#static_file_id ⇒ ::String
Returns the value of attribute static_file_id.
Instance Attribute Details
#source ⇒ Types::StaticFileSource
Returns the value of attribute source.
6758 6759 6760 |
# File 'sig/types.rbs', line 6758 def source @source end |
#static_file_id ⇒ ::String
Returns the value of attribute static_file_id.
6757 6758 6759 |
# File 'sig/types.rbs', line 6757 def static_file_id @static_file_id end |