Class: Aws::Types::Flow
- Inherits:
-
Object
- Object
- Aws::Types::Flow
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#egress_ip ⇒ ::String
Returns the value of attribute egress_ip.
-
#encoding_config ⇒ Types::EncodingConfig
Returns the value of attribute encoding_config.
-
#entitlements ⇒ ::Array[Types::Entitlement]
Returns the value of attribute entitlements.
-
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
-
#flow_size ⇒ "MEDIUM", ...
Returns the value of attribute flow_size.
-
#maintenance ⇒ Types::Maintenance
Returns the value of attribute maintenance.
-
#media_streams ⇒ ::Array[Types::MediaStream]
Returns the value of attribute media_streams.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#ndi_config ⇒ Types::NdiConfig
Returns the value of attribute ndi_config.
-
#outputs ⇒ ::Array[Types::Output]
Returns the value of attribute outputs.
-
#source ⇒ Types::Source
Returns the value of attribute source.
-
#source_failover_config ⇒ Types::FailoverConfig
Returns the value of attribute source_failover_config.
-
#source_monitoring_config ⇒ Types::MonitoringConfig
Returns the value of attribute source_monitoring_config.
-
#sources ⇒ ::Array[Types::Source]
Returns the value of attribute sources.
-
#status ⇒ "STANDBY", ...
Returns the value of attribute status.
-
#vpc_interfaces ⇒ ::Array[Types::VpcInterface]
Returns the value of attribute vpc_interfaces.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
739 740 741 |
# File 'sig/types.rbs', line 739 def availability_zone @availability_zone end |
#description ⇒ ::String
Returns the value of attribute description.
740 741 742 |
# File 'sig/types.rbs', line 740 def description @description end |
#egress_ip ⇒ ::String
Returns the value of attribute egress_ip.
741 742 743 |
# File 'sig/types.rbs', line 741 def egress_ip @egress_ip end |
#encoding_config ⇒ Types::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.
742 743 744 |
# File 'sig/types.rbs', line 742 def entitlements @entitlements end |
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
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.
754 755 756 |
# File 'sig/types.rbs', line 754 def flow_size @flow_size end |
#maintenance ⇒ Types::Maintenance
Returns the value of attribute maintenance.
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.
744 745 746 |
# File 'sig/types.rbs', line 744 def media_streams @media_streams end |
#name ⇒ ::String
Returns the value of attribute name.
745 746 747 |
# File 'sig/types.rbs', line 745 def name @name end |
#ndi_config ⇒ Types::NdiConfig
Returns the value of attribute ndi_config.
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.
746 747 748 |
# File 'sig/types.rbs', line 746 def outputs @outputs end |
#source ⇒ Types::Source
Returns the value of attribute source.
747 748 749 |
# File 'sig/types.rbs', line 747 def source @source end |
#source_failover_config ⇒ Types::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_config ⇒ Types::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.
749 750 751 |
# File 'sig/types.rbs', line 749 def sources @sources end |
#status ⇒ "STANDBY", ...
Returns the value of attribute status.
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.
751 752 753 |
# File 'sig/types.rbs', line 751 def vpc_interfaces @vpc_interfaces end |