Class: Aws::Types::MediaInsightsPipelineElementStatus
- Inherits:
-
Object
- Object
- Aws::Types::MediaInsightsPipelineElementStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#status ⇒ "NotStarted", ...
Returns the value of attribute status.
-
#type ⇒ "AmazonTranscribeCallAnalyticsProcessor", ...
Returns the value of attribute type.
Instance Attribute Details
#status ⇒ "NotStarted", ...
Returns the value of attribute status.
615 616 617 |
# File 'sig/types.rbs', line 615 def status @status end |
#type ⇒ "AmazonTranscribeCallAnalyticsProcessor", ...
Returns the value of attribute type.
614 615 616 |
# File 'sig/types.rbs', line 614 def type @type end |