Class: Aws::Types::HarvestJobCreateParameters

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::String

Returns the value of attribute end_time.

Returns:

  • (::String)


311
312
313
# File 'sig/types.rbs', line 311

def end_time
  @end_time
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


312
313
314
# File 'sig/types.rbs', line 312

def id
  @id
end

#origin_endpoint_id::String

Returns the value of attribute origin_endpoint_id.

Returns:

  • (::String)


313
314
315
# File 'sig/types.rbs', line 313

def origin_endpoint_id
  @origin_endpoint_id
end

#s3_destinationTypes::S3Destination

Returns the value of attribute s3_destination.



314
315
316
# File 'sig/types.rbs', line 314

def s3_destination
  @s3_destination
end

#start_time::String

Returns the value of attribute start_time.

Returns:

  • (::String)


315
316
317
# File 'sig/types.rbs', line 315

def start_time
  @start_time
end