Class: Aws::Types::GetDecoderManifestResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetDecoderManifestResponse
- 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.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#model_manifest_arn ⇒ ::String
Returns the value of attribute model_manifest_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
544 545 546 |
# File 'sig/types.rbs', line 544 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
548 549 550 |
# File 'sig/types.rbs', line 548 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
545 546 547 |
# File 'sig/types.rbs', line 545 def description @description end |
#last_modification_time ⇒ ::Time
Returns the value of attribute last_modification_time.
549 550 551 |
# File 'sig/types.rbs', line 549 def last_modification_time @last_modification_time end |
#message ⇒ ::String
Returns the value of attribute message.
550 551 552 |
# File 'sig/types.rbs', line 550 def @message end |
#model_manifest_arn ⇒ ::String
Returns the value of attribute model_manifest_arn.
546 547 548 |
# File 'sig/types.rbs', line 546 def model_manifest_arn @model_manifest_arn end |
#name ⇒ ::String
Returns the value of attribute name.
543 544 545 |
# File 'sig/types.rbs', line 543 def name @name end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
547 548 549 |
# File 'sig/types.rbs', line 547 def status @status end |