Class: Aws::Types::GetModelManifestResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetModelManifestResponse
- 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.
597 598 599 |
# File 'sig/types.rbs', line 597 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
601 602 603 |
# File 'sig/types.rbs', line 601 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
598 599 600 |
# File 'sig/types.rbs', line 598 def description @description end |
#last_modification_time ⇒ ::Time
Returns the value of attribute last_modification_time.
602 603 604 |
# File 'sig/types.rbs', line 602 def last_modification_time @last_modification_time end |
#name ⇒ ::String
Returns the value of attribute name.
596 597 598 |
# File 'sig/types.rbs', line 596 def name @name end |
#signal_catalog_arn ⇒ ::String
Returns the value of attribute signal_catalog_arn.
599 600 601 |
# File 'sig/types.rbs', line 599 def signal_catalog_arn @signal_catalog_arn end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
600 601 602 |
# File 'sig/types.rbs', line 600 def status @status end |