Class: Aws::Types::GetVariantImportResponse

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


1184
1185
1186
# File 'sig/types.rbs', line 1184

def annotation_fields
  @annotation_fields
end

#completion_time::Time

Returns the value of attribute completion_time.

Returns:

  • (::Time)


1181
1182
1183
# File 'sig/types.rbs', line 1181

def completion_time
  @completion_time
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


1179
1180
1181
# File 'sig/types.rbs', line 1179

def creation_time
  @creation_time
end

#destination_name::String

Returns the value of attribute destination_name.

Returns:

  • (::String)


1175
1176
1177
# File 'sig/types.rbs', line 1175

def destination_name
  @destination_name
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1174
1175
1176
# File 'sig/types.rbs', line 1174

def id
  @id
end

#items::Array[Types::VariantImportItemDetail]

Returns the value of attribute items.

Returns:



1182
1183
1184
# File 'sig/types.rbs', line 1182

def items
  @items
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1176
1177
1178
# File 'sig/types.rbs', line 1176

def role_arn
  @role_arn
end

#run_left_normalizationBoolean

Returns the value of attribute run_left_normalization.

Returns:

  • (Boolean)


1183
1184
1185
# File 'sig/types.rbs', line 1183

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


1177
1178
1179
# File 'sig/types.rbs', line 1177

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


1178
1179
1180
# File 'sig/types.rbs', line 1178

def status_message
  @status_message
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


1180
1181
1182
# File 'sig/types.rbs', line 1180

def update_time
  @update_time
end