Class: Aws::Types::BatchImport

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)


109
110
111
# File 'sig/types.rbs', line 109

def arn
  @arn
end

#completion_time::String

Returns the value of attribute completion_time.

Returns:

  • (::String)


104
105
106
# File 'sig/types.rbs', line 104

def completion_time
  @completion_time
end

#event_type_name::String

Returns the value of attribute event_type_name.

Returns:

  • (::String)


107
108
109
# File 'sig/types.rbs', line 107

def event_type_name
  @event_type_name
end

#failed_records_count::Integer

Returns the value of attribute failed_records_count.

Returns:

  • (::Integer)


111
112
113
# File 'sig/types.rbs', line 111

def failed_records_count
  @failed_records_count
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


102
103
104
# File 'sig/types.rbs', line 102

def failure_reason
  @failure_reason
end

#iam_role_arn::String

Returns the value of attribute iam_role_arn.

Returns:

  • (::String)


108
109
110
# File 'sig/types.rbs', line 108

def iam_role_arn
  @iam_role_arn
end

#input_path::String

Returns the value of attribute input_path.

Returns:

  • (::String)


105
106
107
# File 'sig/types.rbs', line 105

def input_path
  @input_path
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


100
101
102
# File 'sig/types.rbs', line 100

def job_id
  @job_id
end

#output_path::String

Returns the value of attribute output_path.

Returns:

  • (::String)


106
107
108
# File 'sig/types.rbs', line 106

def output_path
  @output_path
end

#processed_records_count::Integer

Returns the value of attribute processed_records_count.

Returns:

  • (::Integer)


110
111
112
# File 'sig/types.rbs', line 110

def processed_records_count
  @processed_records_count
end

#start_time::String

Returns the value of attribute start_time.

Returns:

  • (::String)


103
104
105
# File 'sig/types.rbs', line 103

def start_time
  @start_time
end

#status"IN_PROGRESS_INITIALIZING", ...

Returns the value of attribute status.

Returns:

  • ("IN_PROGRESS_INITIALIZING", "IN_PROGRESS", "CANCEL_IN_PROGRESS", "CANCELED", "COMPLETE", "FAILED")


101
102
103
# File 'sig/types.rbs', line 101

def status
  @status
end

#total_records_count::Integer

Returns the value of attribute total_records_count.

Returns:

  • (::Integer)


112
113
114
# File 'sig/types.rbs', line 112

def total_records_count
  @total_records_count
end