Class: Aws::Types::PipelineDetail
- Inherits:
-
Object
- Object
- Aws::Types::PipelineDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_input_attachment_name ⇒ ::String
Returns the value of attribute active_input_attachment_name.
-
#active_input_switch_action_name ⇒ ::String
Returns the value of attribute active_input_switch_action_name.
-
#active_motion_graphics_action_name ⇒ ::String
Returns the value of attribute active_motion_graphics_action_name.
-
#active_motion_graphics_uri ⇒ ::String
Returns the value of attribute active_motion_graphics_uri.
-
#channel_engine_version ⇒ Types::ChannelEngineVersionResponse
Returns the value of attribute channel_engine_version.
-
#media_connect_router_output_connection_map ⇒ ::Hash[::String, Types::MediaConnectRouterOutputConnection]
Returns the value of attribute media_connect_router_output_connection_map.
-
#pipeline_id ⇒ ::String
Returns the value of attribute pipeline_id.
Instance Attribute Details
#active_input_attachment_name ⇒ ::String
Returns the value of attribute active_input_attachment_name.
2665 2666 2667 |
# File 'sig/types.rbs', line 2665 def @active_input_attachment_name end |
#active_input_switch_action_name ⇒ ::String
Returns the value of attribute active_input_switch_action_name.
2666 2667 2668 |
# File 'sig/types.rbs', line 2666 def active_input_switch_action_name @active_input_switch_action_name end |
#active_motion_graphics_action_name ⇒ ::String
Returns the value of attribute active_motion_graphics_action_name.
2667 2668 2669 |
# File 'sig/types.rbs', line 2667 def active_motion_graphics_action_name @active_motion_graphics_action_name end |
#active_motion_graphics_uri ⇒ ::String
Returns the value of attribute active_motion_graphics_uri.
2668 2669 2670 |
# File 'sig/types.rbs', line 2668 def active_motion_graphics_uri @active_motion_graphics_uri end |
#channel_engine_version ⇒ Types::ChannelEngineVersionResponse
Returns the value of attribute channel_engine_version.
2670 2671 2672 |
# File 'sig/types.rbs', line 2670 def channel_engine_version @channel_engine_version end |
#media_connect_router_output_connection_map ⇒ ::Hash[::String, Types::MediaConnectRouterOutputConnection]
Returns the value of attribute media_connect_router_output_connection_map.
2671 2672 2673 |
# File 'sig/types.rbs', line 2671 def media_connect_router_output_connection_map @media_connect_router_output_connection_map end |
#pipeline_id ⇒ ::String
Returns the value of attribute pipeline_id.
2669 2670 2671 |
# File 'sig/types.rbs', line 2669 def pipeline_id @pipeline_id end |