Class: Aws::Types::CreateBatchImportJobRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#event_type_name::String

Returns the value of attribute event_type_name.

Returns:

  • (::String)


160
161
162
# File 'sig/types.rbs', line 160

def event_type_name
  @event_type_name
end

#iam_role_arn::String

Returns the value of attribute iam_role_arn.

Returns:

  • (::String)


161
162
163
# File 'sig/types.rbs', line 161

def iam_role_arn
  @iam_role_arn
end

#input_path::String

Returns the value of attribute input_path.

Returns:

  • (::String)


158
159
160
# File 'sig/types.rbs', line 158

def input_path
  @input_path
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


157
158
159
# File 'sig/types.rbs', line 157

def job_id
  @job_id
end

#output_path::String

Returns the value of attribute output_path.

Returns:

  • (::String)


159
160
161
# File 'sig/types.rbs', line 159

def output_path
  @output_path
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



162
163
164
# File 'sig/types.rbs', line 162

def tags
  @tags
end