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.
2084 2085 2086 |
# File 'sig/types.rbs', line 2084 def bytes @bytes end |
#name ⇒ ::String
Returns the value of attribute name.
2085 2086 2087 |
# File 'sig/types.rbs', line 2085 def name @name end |
#type ⇒ ::String
Returns the value of attribute type.
2086 2087 2088 |
# File 'sig/types.rbs', line 2086 def type @type end |