Class: Aws::Types::GetModelCopyJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetModelCopyJobResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
-
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
-
#source_account_id ⇒ ::String
Returns the value of attribute source_account_id.
-
#source_model_arn ⇒ ::String
Returns the value of attribute source_model_arn.
-
#source_model_name ⇒ ::String
Returns the value of attribute source_model_name.
-
#status ⇒ "InProgress", ...
Returns the value of attribute status.
-
#target_model_arn ⇒ ::String
Returns the value of attribute target_model_arn.
-
#target_model_kms_key_arn ⇒ ::String
Returns the value of attribute target_model_kms_key_arn.
-
#target_model_name ⇒ ::String
Returns the value of attribute target_model_name.
-
#target_model_tags ⇒ ::Array[Types::Tag]
Returns the value of attribute target_model_tags.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_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.
1999 2000 2001 |
# File 'sig/types.rbs', line 1999 def @failure_message end |
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
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.
1995 1996 1997 |
# File 'sig/types.rbs', line 1995 def source_account_id @source_account_id end |
#source_model_arn ⇒ ::String
Returns the value of attribute source_model_arn.
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.
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.
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.
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.
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.
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.
1998 1999 2000 |
# File 'sig/types.rbs', line 1998 def @target_model_tags end |