Class: Aws::Types::UpdateFlowRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#encoding_configTypes::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.

Returns:

  • (::String)


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.

Returns:

  • ("MEDIUM", "LARGE", "LARGE_4X")


2555
2556
2557
# File 'sig/types.rbs', line 2555

def flow_size
  @flow_size
end

#maintenanceTypes::UpdateMaintenance

Returns the value of attribute maintenance.



2552
2553
2554
# File 'sig/types.rbs', line 2552

def maintenance
  @maintenance
end

#ndi_configTypes::NdiConfig

Returns the value of attribute ndi_config.

Returns:



2554
2555
2556
# File 'sig/types.rbs', line 2554

def ndi_config
  @ndi_config
end

#source_failover_configTypes::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_configTypes::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