Class: Aws::Types::AnnotationImportJobItem

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])


79
80
81
# File 'sig/types.rbs', line 79

def annotation_fields
  @annotation_fields
end

#completion_time::Time

Returns the value of attribute completion_time.

Returns:

  • (::Time)


77
78
79
# File 'sig/types.rbs', line 77

def completion_time
  @completion_time
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


75
76
77
# File 'sig/types.rbs', line 75

def creation_time
  @creation_time
end

#destination_name::String

Returns the value of attribute destination_name.

Returns:

  • (::String)


71
72
73
# File 'sig/types.rbs', line 71

def destination_name
  @destination_name
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


70
71
72
# File 'sig/types.rbs', line 70

def id
  @id
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


73
74
75
# File 'sig/types.rbs', line 73

def role_arn
  @role_arn
end

#run_left_normalizationBoolean

Returns the value of attribute run_left_normalization.

Returns:

  • (Boolean)


78
79
80
# File 'sig/types.rbs', line 78

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")


74
75
76
# File 'sig/types.rbs', line 74

def status
  @status
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


76
77
78
# File 'sig/types.rbs', line 76

def update_time
  @update_time
end

#version_name::String

Returns the value of attribute version_name.

Returns:

  • (::String)


72
73
74
# File 'sig/types.rbs', line 72

def version_name
  @version_name
end