Class: Aws::Types::ModelSummary
- Inherits:
-
Object
- Object
- Aws::Types::ModelSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
-
#model_name ⇒ ::String
Returns the value of attribute model_name.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_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.
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.
9256 9257 9258 |
# File 'sig/types.rbs', line 9256 def model_name @model_name end |