Class: Aws::Types::ModelSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


9258
9259
9260
# File 'sig/types.rbs', line 9258

def creation_time
  @creation_time
end

#model_arn::String

Returns the value of attribute model_arn.

Returns:

  • (::String)


9257
9258
9259
# File 'sig/types.rbs', line 9257

def model_arn
  @model_arn
end

#model_name::String

Returns the value of attribute model_name.

Returns:

  • (::String)


9256
9257
9258
# File 'sig/types.rbs', line 9256

def model_name
  @model_name
end