Class: Aws::Types::ProcessingS3Output

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)


10068
10069
10070
# File 'sig/types.rbs', line 10068

def local_path
  @local_path
end

#s3_upload_mode"Continuous", "EndOfJob"

Returns the value of attribute s3_upload_mode.

Returns:

  • ("Continuous", "EndOfJob")


10069
10070
10071
# File 'sig/types.rbs', line 10069

def s3_upload_mode
  @s3_upload_mode
end

#s3_uri::String

Returns the value of attribute s3_uri.

Returns:

  • (::String)


10067
10068
10069
# File 'sig/types.rbs', line 10067

def s3_uri
  @s3_uri
end