Class: Aws::Types::ImportDataSource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_format"CSV", "JSON"

Returns the value of attribute data_format.

Returns:

  • ("CSV", "JSON")


1057
1058
1059
# File 'sig/types.rbs', line 1057

def data_format
  @data_format
end

#s3_url::String

Returns the value of attribute s3_url.

Returns:

  • (::String)


1056
1057
1058
# File 'sig/types.rbs', line 1056

def s3_url
  @s3_url
end