Class: Aws::Types::ModelCopyJobSummary
- Inherits:
-
Object
- Object
- Aws::Types::ModelCopyJobSummary
- 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.
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.
2976 2977 2978 |
# File 'sig/types.rbs', line 2976 def @failure_message end |
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
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.
2972 2973 2974 |
# File 'sig/types.rbs', line 2972 def source_account_id @source_account_id end |
#source_model_arn ⇒ ::String
Returns the value of attribute source_model_arn.
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.
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.
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.
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.
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.
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.
2975 2976 2977 |
# File 'sig/types.rbs', line 2975 def @target_model_tags end |