Class: Aws::Types::UpdateActiveModelVersionResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateActiveModelVersionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#current_active_version ⇒ ::Integer
Returns the value of attribute current_active_version.
-
#current_active_version_arn ⇒ ::String
Returns the value of attribute current_active_version_arn.
-
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
-
#model_name ⇒ ::String
Returns the value of attribute model_name.
-
#previous_active_version ⇒ ::Integer
Returns the value of attribute previous_active_version.
-
#previous_active_version_arn ⇒ ::String
Returns the value of attribute previous_active_version_arn.
Instance Attribute Details
#current_active_version ⇒ ::Integer
Returns the value of attribute current_active_version.
1048 1049 1050 |
# File 'sig/types.rbs', line 1048 def current_active_version @current_active_version end |
#current_active_version_arn ⇒ ::String
Returns the value of attribute current_active_version_arn.
1050 1051 1052 |
# File 'sig/types.rbs', line 1050 def current_active_version_arn @current_active_version_arn end |
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
1047 1048 1049 |
# File 'sig/types.rbs', line 1047 def model_arn @model_arn end |
#model_name ⇒ ::String
Returns the value of attribute model_name.
1046 1047 1048 |
# File 'sig/types.rbs', line 1046 def model_name @model_name end |
#previous_active_version ⇒ ::Integer
Returns the value of attribute previous_active_version.
1049 1050 1051 |
# File 'sig/types.rbs', line 1049 def previous_active_version @previous_active_version end |
#previous_active_version_arn ⇒ ::String
Returns the value of attribute previous_active_version_arn.
1051 1052 1053 |
# File 'sig/types.rbs', line 1051 def previous_active_version_arn @previous_active_version_arn end |