Class: Aws::Types::CustomPluginFileDescription
- Inherits:
-
Object
- Object
- Aws::Types::CustomPluginFileDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#file_md_5 ⇒ ::String
Returns the value of attribute file_md_5.
-
#file_size ⇒ ::Integer
Returns the value of attribute file_size.
Instance Attribute Details
#file_md_5 ⇒ ::String
Returns the value of attribute file_md_5.
200 201 202 |
# File 'sig/types.rbs', line 200 def file_md_5 @file_md_5 end |
#file_size ⇒ ::Integer
Returns the value of attribute file_size.
201 202 203 |
# File 'sig/types.rbs', line 201 def file_size @file_size end |