Class: Aws::Types::UpdateFlowRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFlowRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encoding_config ⇒ Types::EncodingConfig
Returns the value of attribute encoding_config.
-
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
-
#flow_size ⇒ "MEDIUM", ...
Returns the value of attribute flow_size.
-
#maintenance ⇒ Types::UpdateMaintenance
Returns the value of attribute maintenance.
-
#ndi_config ⇒ Types::NdiConfig
Returns the value of attribute ndi_config.
-
#source_failover_config ⇒ Types::UpdateFailoverConfig
Returns the value of attribute source_failover_config.
-
#source_monitoring_config ⇒ Types::MonitoringConfig
Returns the value of attribute source_monitoring_config.
Instance Attribute Details
#encoding_config ⇒ Types::EncodingConfig
Returns the value of attribute encoding_config.
2556 2557 2558 |
# File 'sig/types.rbs', line 2556 def encoding_config @encoding_config end |
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
2550 2551 2552 |
# File 'sig/types.rbs', line 2550 def flow_arn @flow_arn end |
#flow_size ⇒ "MEDIUM", ...
Returns the value of attribute flow_size.
2555 2556 2557 |
# File 'sig/types.rbs', line 2555 def flow_size @flow_size end |
#maintenance ⇒ Types::UpdateMaintenance
Returns the value of attribute maintenance.
2552 2553 2554 |
# File 'sig/types.rbs', line 2552 def maintenance @maintenance end |
#ndi_config ⇒ Types::NdiConfig
Returns the value of attribute ndi_config.
2554 2555 2556 |
# File 'sig/types.rbs', line 2554 def ndi_config @ndi_config end |
#source_failover_config ⇒ Types::UpdateFailoverConfig
Returns the value of attribute source_failover_config.
2551 2552 2553 |
# File 'sig/types.rbs', line 2551 def source_failover_config @source_failover_config end |
#source_monitoring_config ⇒ Types::MonitoringConfig
Returns the value of attribute source_monitoring_config.
2553 2554 2555 |
# File 'sig/types.rbs', line 2553 def source_monitoring_config @source_monitoring_config end |