Class: Aws::Types::ModelManifestSummary
- Inherits:
-
Object
- Object
- Aws::Types::ModelManifestSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#last_modification_time ⇒ ::Time
Returns the value of attribute last_modification_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#signal_catalog_arn ⇒ ::String
Returns the value of attribute signal_catalog_arn.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
959 960 961 |
# File 'sig/types.rbs', line 959 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
963 964 965 |
# File 'sig/types.rbs', line 963 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
961 962 963 |
# File 'sig/types.rbs', line 961 def description @description end |
#last_modification_time ⇒ ::Time
Returns the value of attribute last_modification_time.
964 965 966 |
# File 'sig/types.rbs', line 964 def last_modification_time @last_modification_time end |
#name ⇒ ::String
Returns the value of attribute name.
958 959 960 |
# File 'sig/types.rbs', line 958 def name @name end |
#signal_catalog_arn ⇒ ::String
Returns the value of attribute signal_catalog_arn.
960 961 962 |
# File 'sig/types.rbs', line 960 def signal_catalog_arn @signal_catalog_arn end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
962 963 964 |
# File 'sig/types.rbs', line 962 def status @status end |