Class: Aws::Types::ConfiguredModelAlgorithmSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configured_model_algorithm_arn::String

Returns the value of attribute configured_model_algorithm_arn.

Returns:

  • (::String)


252
253
254
# File 'sig/types.rbs', line 252

def configured_model_algorithm_arn
  @configured_model_algorithm_arn
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


250
251
252
# File 'sig/types.rbs', line 250

def create_time
  @create_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


254
255
256
# File 'sig/types.rbs', line 254

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


253
254
255
# File 'sig/types.rbs', line 253

def name
  @name
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


251
252
253
# File 'sig/types.rbs', line 251

def update_time
  @update_time
end