Class: Aws::Types::CreateHarvestJobRequest

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)


118
119
120
# File 'sig/types.rbs', line 118

def end_time
  @end_time
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


119
120
121
# File 'sig/types.rbs', line 119

def id
  @id
end

#origin_endpoint_id::String

Returns the value of attribute origin_endpoint_id.

Returns:

  • (::String)


120
121
122
# File 'sig/types.rbs', line 120

def origin_endpoint_id
  @origin_endpoint_id
end

#s3_destinationTypes::S3Destination

Returns the value of attribute s3_destination.



121
122
123
# File 'sig/types.rbs', line 121

def s3_destination
  @s3_destination
end

#start_time::String

Returns the value of attribute start_time.

Returns:

  • (::String)


122
123
124
# File 'sig/types.rbs', line 122

def start_time
  @start_time
end