Class: Aws::Types::StartReferenceImportJobResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


2213
2214
2215
# File 'sig/types.rbs', line 2213

def creation_time
  @creation_time
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2209
2210
2211
# File 'sig/types.rbs', line 2209

def id
  @id
end

#reference_store_id::String

Returns the value of attribute reference_store_id.

Returns:

  • (::String)


2210
2211
2212
# File 'sig/types.rbs', line 2210

def reference_store_id
  @reference_store_id
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


2211
2212
2213
# File 'sig/types.rbs', line 2211

def role_arn
  @role_arn
end

#status"SUBMITTED", ...

Returns the value of attribute status.

Returns:

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


2212
2213
2214
# File 'sig/types.rbs', line 2212

def status
  @status
end