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.
7024 7025 7026 |
# File 'sig/types.rbs', line 7024 def source @source end |
#static_file_id ⇒ ::String
Returns the value of attribute static_file_id.
7023 7024 7025 |
# File 'sig/types.rbs', line 7023 def static_file_id @static_file_id end |