Class: Aws::Types::OutputFile
- Inherits:
-
Object
- Object
- Aws::Types::OutputFile
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bytes ⇒ ::String
Returns the value of attribute bytes.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#bytes ⇒ ::String
Returns the value of attribute bytes.
2002 2003 2004 |
# File 'sig/types.rbs', line 2002 def bytes @bytes end |
#name ⇒ ::String
Returns the value of attribute name.
2003 2004 2005 |
# File 'sig/types.rbs', line 2003 def name @name end |
#type ⇒ ::String
Returns the value of attribute type.
2004 2005 2006 |
# File 'sig/types.rbs', line 2004 def type @type end |