Class: Aws::Types::ModelCopyJobSummary

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)


2969
2970
2971
# File 'sig/types.rbs', line 2969

def creation_time
  @creation_time
end

#failure_message::String

Returns the value of attribute failure_message.

Returns:

  • (::String)


2976
2977
2978
# File 'sig/types.rbs', line 2976

def failure_message
  @failure_message
end

#job_arn::String

Returns the value of attribute job_arn.

Returns:

  • (::String)


2967
2968
2969
# File 'sig/types.rbs', line 2967

def job_arn
  @job_arn
end

#source_account_id::String

Returns the value of attribute source_account_id.

Returns:

  • (::String)


2972
2973
2974
# File 'sig/types.rbs', line 2972

def 
  @source_account_id
end

#source_model_arn::String

Returns the value of attribute source_model_arn.

Returns:

  • (::String)


2973
2974
2975
# File 'sig/types.rbs', line 2973

def source_model_arn
  @source_model_arn
end

#source_model_name::String

Returns the value of attribute source_model_name.

Returns:

  • (::String)


2977
2978
2979
# File 'sig/types.rbs', line 2977

def source_model_name
  @source_model_name
end

#status"InProgress", ...

Returns the value of attribute status.

Returns:

  • ("InProgress", "Completed", "Failed")


2968
2969
2970
# File 'sig/types.rbs', line 2968

def status
  @status
end

#target_model_arn::String

Returns the value of attribute target_model_arn.

Returns:

  • (::String)


2970
2971
2972
# File 'sig/types.rbs', line 2970

def target_model_arn
  @target_model_arn
end

#target_model_kms_key_arn::String

Returns the value of attribute target_model_kms_key_arn.

Returns:

  • (::String)


2974
2975
2976
# File 'sig/types.rbs', line 2974

def target_model_kms_key_arn
  @target_model_kms_key_arn
end

#target_model_name::String

Returns the value of attribute target_model_name.

Returns:

  • (::String)


2971
2972
2973
# File 'sig/types.rbs', line 2971

def target_model_name
  @target_model_name
end

#target_model_tags::Array[Types::Tag]

Returns the value of attribute target_model_tags.

Returns:



2975
2976
2977
# File 'sig/types.rbs', line 2975

def target_model_tags
  @target_model_tags
end