Class: Aws::Types::VariantImportJobItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#annotation_fields::Hash[::String, ::String]

Returns the value of attribute annotation_fields.

Returns:

  • (::Hash[::String, ::String])


2539
2540
2541
# File 'sig/types.rbs', line 2539

def annotation_fields
  @annotation_fields
end

#completion_time::Time

Returns the value of attribute completion_time.

Returns:

  • (::Time)


2537
2538
2539
# File 'sig/types.rbs', line 2537

def completion_time
  @completion_time
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


2535
2536
2537
# File 'sig/types.rbs', line 2535

def creation_time
  @creation_time
end

#destination_name::String

Returns the value of attribute destination_name.

Returns:

  • (::String)


2532
2533
2534
# File 'sig/types.rbs', line 2532

def destination_name
  @destination_name
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2531
2532
2533
# File 'sig/types.rbs', line 2531

def id
  @id
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


2533
2534
2535
# File 'sig/types.rbs', line 2533

def role_arn
  @role_arn
end

#run_left_normalizationBoolean

Returns the value of attribute run_left_normalization.

Returns:

  • (Boolean)


2538
2539
2540
# File 'sig/types.rbs', line 2538

def run_left_normalization
  @run_left_normalization
end

#status"SUBMITTED", ...

Returns the value of attribute status.

Returns:

  • ("SUBMITTED", "IN_PROGRESS", "CANCELLED", "COMPLETED", "FAILED", "COMPLETED_WITH_FAILURES")


2534
2535
2536
# File 'sig/types.rbs', line 2534

def status
  @status
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


2536
2537
2538
# File 'sig/types.rbs', line 2536

def update_time
  @update_time
end