Class: Aws::Types::ProcessingS3Input

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#local_path::String

Returns the value of attribute local_path.

Returns:

  • (::String)


10037
10038
10039
# File 'sig/types.rbs', line 10037

def local_path
  @local_path
end

#s3_compression_type"None", "Gzip"

Returns the value of attribute s3_compression_type.

Returns:

  • ("None", "Gzip")


10041
10042
10043
# File 'sig/types.rbs', line 10041

def s3_compression_type
  @s3_compression_type
end

#s3_data_distribution_type"FullyReplicated", "ShardedByS3Key"

Returns the value of attribute s3_data_distribution_type.

Returns:

  • ("FullyReplicated", "ShardedByS3Key")


10040
10041
10042
# File 'sig/types.rbs', line 10040

def s3_data_distribution_type
  @s3_data_distribution_type
end

#s3_data_type"ManifestFile", "S3Prefix"

Returns the value of attribute s3_data_type.

Returns:

  • ("ManifestFile", "S3Prefix")


10038
10039
10040
# File 'sig/types.rbs', line 10038

def s3_data_type
  @s3_data_type
end

#s3_input_mode"Pipe", "File"

Returns the value of attribute s3_input_mode.

Returns:

  • ("Pipe", "File")


10039
10040
10041
# File 'sig/types.rbs', line 10039

def s3_input_mode
  @s3_input_mode
end

#s3_uri::String

Returns the value of attribute s3_uri.

Returns:

  • (::String)


10036
10037
10038
# File 'sig/types.rbs', line 10036

def s3_uri
  @s3_uri
end