Class: Aws::Types::ModelInputConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#csv_input_template::String

Returns the value of attribute csv_input_template.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("TEXT_CSV", "APPLICATION_JSON")


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.

Returns:

  • (::String)


1006
1007
1008
# File 'sig/types.rbs', line 1006

def json_input_template
  @json_input_template
end

#use_event_variablesBoolean

Returns the value of attribute use_event_variables.

Returns:

  • (Boolean)


1005
1006
1007
# File 'sig/types.rbs', line 1005

def use_event_variables
  @use_event_variables
end