Class: Aws::Types::ModelInputConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ModelInputConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#csv_input_template ⇒ ::String
Returns the value of attribute csv_input_template.
-
#event_type_name ⇒ ::String
Returns the value of attribute event_type_name.
-
#format ⇒ "TEXT_CSV", "APPLICATION_JSON"
Returns the value of attribute format.
-
#json_input_template ⇒ ::String
Returns the value of attribute json_input_template.
-
#use_event_variables ⇒ Boolean
Returns the value of attribute use_event_variables.
Instance Attribute Details
#csv_input_template ⇒ ::String
Returns the value of attribute csv_input_template.
1007 1008 1009 |
# File 'sig/types.rbs', line 1007 def csv_input_template @csv_input_template end |
#event_type_name ⇒ ::String
Returns the value of attribute event_type_name.
1003 1004 1005 |
# File 'sig/types.rbs', line 1003 def event_type_name @event_type_name end |
#format ⇒ "TEXT_CSV", "APPLICATION_JSON"
Returns the value of attribute format.
1004 1005 1006 |
# File 'sig/types.rbs', line 1004 def format @format end |
#json_input_template ⇒ ::String
Returns the value of attribute json_input_template.
1006 1007 1008 |
# File 'sig/types.rbs', line 1006 def json_input_template @json_input_template end |
#use_event_variables ⇒ Boolean
Returns the value of attribute use_event_variables.
1005 1006 1007 |
# File 'sig/types.rbs', line 1005 def use_event_variables @use_event_variables end |