Class: Aws::Types::ImportModelRequest
- Inherits:
-
Object
- Object
- Aws::Types::ImportModelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
-
#model_kms_key_id ⇒ ::String
Returns the value of attribute model_kms_key_id.
-
#model_name ⇒ ::String
Returns the value of attribute model_name.
-
#source_model_arn ⇒ ::String
Returns the value of attribute source_model_arn.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#version_name ⇒ ::String
Returns the value of attribute version_name.
Instance Attribute Details
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
1149 1150 1151 |
# File 'sig/types.rbs', line 1149 def data_access_role_arn @data_access_role_arn end |
#model_kms_key_id ⇒ ::String
Returns the value of attribute model_kms_key_id.
1148 1149 1150 |
# File 'sig/types.rbs', line 1148 def model_kms_key_id @model_kms_key_id end |
#model_name ⇒ ::String
Returns the value of attribute model_name.
1146 1147 1148 |
# File 'sig/types.rbs', line 1146 def model_name @model_name end |
#source_model_arn ⇒ ::String
Returns the value of attribute source_model_arn.
1145 1146 1147 |
# File 'sig/types.rbs', line 1145 def source_model_arn @source_model_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1150 1151 1152 |
# File 'sig/types.rbs', line 1150 def end |
#version_name ⇒ ::String
Returns the value of attribute version_name.
1147 1148 1149 |
# File 'sig/types.rbs', line 1147 def version_name @version_name end |