Class: Aws::Types::ImportReferenceJobItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#completion_time::Time

Returns the value of attribute completion_time.

Returns:

  • (::Time)


1344
1345
1346
# File 'sig/types.rbs', line 1344

def completion_time
  @completion_time
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


1343
1344
1345
# File 'sig/types.rbs', line 1343

def creation_time
  @creation_time
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1339
1340
1341
# File 'sig/types.rbs', line 1339

def id
  @id
end

#reference_store_id::String

Returns the value of attribute reference_store_id.

Returns:

  • (::String)


1340
1341
1342
# File 'sig/types.rbs', line 1340

def reference_store_id
  @reference_store_id
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1341
1342
1343
# File 'sig/types.rbs', line 1341

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


1342
1343
1344
# File 'sig/types.rbs', line 1342

def status
  @status
end