Class: Aws::Types::UpdateMediaInsightsPipelineStatusRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateMediaInsightsPipelineStatusRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#update_status ⇒ "Pause", "Resume"
Returns the value of attribute update_status.
Instance Attribute Details
#identifier ⇒ ::String
Returns the value of attribute identifier.
908 909 910 |
# File 'sig/types.rbs', line 908 def identifier @identifier end |
#update_status ⇒ "Pause", "Resume"
Returns the value of attribute update_status.
909 910 911 |
# File 'sig/types.rbs', line 909 def update_status @update_status end |