Class: Aws::Types::CreateHarvestJobResponse

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)


127
128
129
# File 'sig/types.rbs', line 127

def arn
  @arn
end

#channel_id::String

Returns the value of attribute channel_id.

Returns:

  • (::String)


128
129
130
# File 'sig/types.rbs', line 128

def channel_id
  @channel_id
end

#created_at::String

Returns the value of attribute created_at.

Returns:

  • (::String)


129
130
131
# File 'sig/types.rbs', line 129

def created_at
  @created_at
end

#end_time::String

Returns the value of attribute end_time.

Returns:

  • (::String)


130
131
132
# File 'sig/types.rbs', line 130

def end_time
  @end_time
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


131
132
133
# File 'sig/types.rbs', line 131

def id
  @id
end

#origin_endpoint_id::String

Returns the value of attribute origin_endpoint_id.

Returns:

  • (::String)


132
133
134
# File 'sig/types.rbs', line 132

def origin_endpoint_id
  @origin_endpoint_id
end

#s3_destinationTypes::S3Destination

Returns the value of attribute s3_destination.



133
134
135
# File 'sig/types.rbs', line 133

def s3_destination
  @s3_destination
end

#start_time::String

Returns the value of attribute start_time.

Returns:

  • (::String)


134
135
136
# File 'sig/types.rbs', line 134

def start_time
  @start_time
end

#status"IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

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


135
136
137
# File 'sig/types.rbs', line 135

def status
  @status
end