Class: Aws::Types::GetModelCopyJobResponse

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)


1992
1993
1994
# File 'sig/types.rbs', line 1992

def creation_time
  @creation_time
end

#failure_message::String

Returns the value of attribute failure_message.

Returns:

  • (::String)


1999
2000
2001
# File 'sig/types.rbs', line 1999

def failure_message
  @failure_message
end

#job_arn::String

Returns the value of attribute job_arn.

Returns:

  • (::String)


1990
1991
1992
# File 'sig/types.rbs', line 1990

def job_arn
  @job_arn
end

#source_account_id::String

Returns the value of attribute source_account_id.

Returns:

  • (::String)


1995
1996
1997
# File 'sig/types.rbs', line 1995

def 
  @source_account_id
end

#source_model_arn::String

Returns the value of attribute source_model_arn.

Returns:

  • (::String)


1996
1997
1998
# File 'sig/types.rbs', line 1996

def source_model_arn
  @source_model_arn
end

#source_model_name::String

Returns the value of attribute source_model_name.

Returns:

  • (::String)


2000
2001
2002
# File 'sig/types.rbs', line 2000

def source_model_name
  @source_model_name
end

#status"InProgress", ...

Returns the value of attribute status.

Returns:

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


1991
1992
1993
# File 'sig/types.rbs', line 1991

def status
  @status
end

#target_model_arn::String

Returns the value of attribute target_model_arn.

Returns:

  • (::String)


1993
1994
1995
# File 'sig/types.rbs', line 1993

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)


1997
1998
1999
# File 'sig/types.rbs', line 1997

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)


1994
1995
1996
# File 'sig/types.rbs', line 1994

def target_model_name
  @target_model_name
end

#target_model_tags::Array[Types::Tag]

Returns the value of attribute target_model_tags.

Returns:



1998
1999
2000
# File 'sig/types.rbs', line 1998

def target_model_tags
  @target_model_tags
end