Class: Aws::Types::Flow

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


739
740
741
# File 'sig/types.rbs', line 739

def availability_zone
  @availability_zone
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


740
741
742
# File 'sig/types.rbs', line 740

def description
  @description
end

#egress_ip::String

Returns the value of attribute egress_ip.

Returns:

  • (::String)


741
742
743
# File 'sig/types.rbs', line 741

def egress_ip
  @egress_ip
end

#encoding_configTypes::EncodingConfig

Returns the value of attribute encoding_config.



756
757
758
# File 'sig/types.rbs', line 756

def encoding_config
  @encoding_config
end

#entitlements::Array[Types::Entitlement]

Returns the value of attribute entitlements.

Returns:



742
743
744
# File 'sig/types.rbs', line 742

def entitlements
  @entitlements
end

#flow_arn::String

Returns the value of attribute flow_arn.

Returns:

  • (::String)


743
744
745
# File 'sig/types.rbs', line 743

def flow_arn
  @flow_arn
end

#flow_size"MEDIUM", ...

Returns the value of attribute flow_size.

Returns:

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


754
755
756
# File 'sig/types.rbs', line 754

def flow_size
  @flow_size
end

#maintenanceTypes::Maintenance

Returns the value of attribute maintenance.

Returns:



752
753
754
# File 'sig/types.rbs', line 752

def maintenance
  @maintenance
end

#media_streams::Array[Types::MediaStream]

Returns the value of attribute media_streams.

Returns:



744
745
746
# File 'sig/types.rbs', line 744

def media_streams
  @media_streams
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


745
746
747
# File 'sig/types.rbs', line 745

def name
  @name
end

#ndi_configTypes::NdiConfig

Returns the value of attribute ndi_config.

Returns:



755
756
757
# File 'sig/types.rbs', line 755

def ndi_config
  @ndi_config
end

#outputs::Array[Types::Output]

Returns the value of attribute outputs.

Returns:



746
747
748
# File 'sig/types.rbs', line 746

def outputs
  @outputs
end

#sourceTypes::Source

Returns the value of attribute source.

Returns:



747
748
749
# File 'sig/types.rbs', line 747

def source
  @source
end

#source_failover_configTypes::FailoverConfig

Returns the value of attribute source_failover_config.



748
749
750
# File 'sig/types.rbs', line 748

def source_failover_config
  @source_failover_config
end

#source_monitoring_configTypes::MonitoringConfig

Returns the value of attribute source_monitoring_config.



753
754
755
# File 'sig/types.rbs', line 753

def source_monitoring_config
  @source_monitoring_config
end

#sources::Array[Types::Source]

Returns the value of attribute sources.

Returns:



749
750
751
# File 'sig/types.rbs', line 749

def sources
  @sources
end

#status"STANDBY", ...

Returns the value of attribute status.

Returns:

  • ("STANDBY", "ACTIVE", "UPDATING", "DELETING", "STARTING", "STOPPING", "ERROR")


750
751
752
# File 'sig/types.rbs', line 750

def status
  @status
end

#vpc_interfaces::Array[Types::VpcInterface]

Returns the value of attribute vpc_interfaces.

Returns:



751
752
753
# File 'sig/types.rbs', line 751

def vpc_interfaces
  @vpc_interfaces
end