Class: Aws::Types::DecoderManifestSummary
- Inherits:
-
Object
- Object
- Aws::Types::DecoderManifestSummary
- 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.
382 383 384 |
# File 'sig/types.rbs', line 382 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
386 387 388 |
# File 'sig/types.rbs', line 386 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
384 385 386 |
# File 'sig/types.rbs', line 384 def description @description end |
#last_modification_time ⇒ ::Time
Returns the value of attribute last_modification_time.
387 388 389 |
# File 'sig/types.rbs', line 387 def last_modification_time @last_modification_time end |
#message ⇒ ::String
Returns the value of attribute message.
388 389 390 |
# File 'sig/types.rbs', line 388 def @message end |
#model_manifest_arn ⇒ ::String
Returns the value of attribute model_manifest_arn.
383 384 385 |
# File 'sig/types.rbs', line 383 def model_manifest_arn @model_manifest_arn end |
#name ⇒ ::String
Returns the value of attribute name.
381 382 383 |
# File 'sig/types.rbs', line 381 def name @name end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
385 386 387 |
# File 'sig/types.rbs', line 385 def status @status end |