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.
9243 9244 9245 |
# File 'sig/types.rbs', line 9243 def creation_time @creation_time end |
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
9242 9243 9244 |
# File 'sig/types.rbs', line 9242 def model_arn @model_arn end |
#model_name ⇒ ::String
Returns the value of attribute model_name.
9241 9242 9243 |
# File 'sig/types.rbs', line 9241 def model_name @model_name end |