Class: Aws::Types::ComputationModelSummary
- Inherits:
-
Object
- Object
- Aws::Types::ComputationModelSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_update_date ⇒ ::Time
Returns the value of attribute last_update_date.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ Types::ComputationModelStatus
Returns the value of attribute status.
-
#type ⇒ "ANOMALY_DETECTION"
Returns the value of attribute type.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
756 757 758 |
# File 'sig/types.rbs', line 756 def arn @arn end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
760 761 762 |
# File 'sig/types.rbs', line 760 def creation_date @creation_date end |
#description ⇒ ::String
Returns the value of attribute description.
758 759 760 |
# File 'sig/types.rbs', line 758 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
755 756 757 |
# File 'sig/types.rbs', line 755 def id @id end |
#last_update_date ⇒ ::Time
Returns the value of attribute last_update_date.
761 762 763 |
# File 'sig/types.rbs', line 761 def last_update_date @last_update_date end |
#name ⇒ ::String
Returns the value of attribute name.
757 758 759 |
# File 'sig/types.rbs', line 757 def name @name end |
#status ⇒ Types::ComputationModelStatus
Returns the value of attribute status.
762 763 764 |
# File 'sig/types.rbs', line 762 def status @status end |
#type ⇒ "ANOMALY_DETECTION"
Returns the value of attribute type.
759 760 761 |
# File 'sig/types.rbs', line 759 def type @type end |
#version ⇒ ::String
Returns the value of attribute version.
763 764 765 |
# File 'sig/types.rbs', line 763 def version @version end |