Class: Aws::Types::AssetFileBody
- Inherits:
-
Object
- Object
- Aws::Types::AssetFileBody
- Defined in:
- sig/types.rbs
Defined Under Namespace
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bytes ⇒ ::String
Returns the value of attribute bytes.
-
#text ⇒ ::String
Returns the value of attribute text.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#bytes ⇒ ::String
Returns the value of attribute bytes.
154 155 156 |
# File 'sig/types.rbs', line 154 def bytes @bytes end |
#text ⇒ ::String
Returns the value of attribute text.
155 156 157 |
# File 'sig/types.rbs', line 155 def text @text end |
#unknown ⇒ Object
Returns the value of attribute unknown.
156 157 158 |
# File 'sig/types.rbs', line 156 def unknown @unknown end |