Class: Aws::Types::DescribeHarvestJobResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


243
244
245
# File 'sig/types.rbs', line 243

def arn
  @arn
end

#channel_id::String

Returns the value of attribute channel_id.

Returns:

  • (::String)


244
245
246
# File 'sig/types.rbs', line 244

def channel_id
  @channel_id
end

#created_at::String

Returns the value of attribute created_at.

Returns:

  • (::String)


245
246
247
# File 'sig/types.rbs', line 245

def created_at
  @created_at
end

#end_time::String

Returns the value of attribute end_time.

Returns:

  • (::String)


246
247
248
# File 'sig/types.rbs', line 246

def end_time
  @end_time
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


247
248
249
# File 'sig/types.rbs', line 247

def id
  @id
end

#origin_endpoint_id::String

Returns the value of attribute origin_endpoint_id.

Returns:

  • (::String)


248
249
250
# File 'sig/types.rbs', line 248

def origin_endpoint_id
  @origin_endpoint_id
end

#s3_destinationTypes::S3Destination

Returns the value of attribute s3_destination.



249
250
251
# File 'sig/types.rbs', line 249

def s3_destination
  @s3_destination
end

#start_time::String

Returns the value of attribute start_time.

Returns:

  • (::String)


250
251
252
# File 'sig/types.rbs', line 250

def start_time
  @start_time
end

#status"IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("IN_PROGRESS", "SUCCEEDED", "FAILED")


251
252
253
# File 'sig/types.rbs', line 251

def status
  @status
end