Class: Aws::Types::UpdateActiveModelVersionResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#current_active_version::Integer

Returns the value of attribute current_active_version.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


1051
1052
1053
# File 'sig/types.rbs', line 1051

def previous_active_version_arn
  @previous_active_version_arn
end