Class: Aws::Types::InputFile
- Inherits:
-
Object
- Object
- Aws::Types::InputFile
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#source ⇒ Types::FileSource
Returns the value of attribute source.
-
#use_case ⇒ "CODE_INTERPRETER", "CHAT"
Returns the value of attribute use_case.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
1385 1386 1387 |
# File 'sig/types.rbs', line 1385 def name @name end |
#source ⇒ Types::FileSource
Returns the value of attribute source.
1386 1387 1388 |
# File 'sig/types.rbs', line 1386 def source @source end |
#use_case ⇒ "CODE_INTERPRETER", "CHAT"
Returns the value of attribute use_case.
1387 1388 1389 |
# File 'sig/types.rbs', line 1387 def use_case @use_case end |