Class: Aws::Types::CreateFlowRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateFlowRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#encoding_config ⇒ Types::EncodingConfig
Returns the value of attribute encoding_config.
-
#entitlements ⇒ ::Array[Types::GrantEntitlementRequest]
Returns the value of attribute entitlements.
-
#flow_size ⇒ "MEDIUM", ...
Returns the value of attribute flow_size.
-
#flow_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute flow_tags.
-
#maintenance ⇒ Types::AddMaintenance
Returns the value of attribute maintenance.
-
#media_streams ⇒ ::Array[Types::AddMediaStreamRequest]
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::AddOutputRequest]
Returns the value of attribute outputs.
-
#source ⇒ Types::SetSourceRequest
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::SetSourceRequest]
Returns the value of attribute sources.
-
#vpc_interfaces ⇒ ::Array[Types::VpcInterfaceRequest]
Returns the value of attribute vpc_interfaces.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
360 361 362 |
# File 'sig/types.rbs', line 360 def availability_zone @availability_zone end |
#encoding_config ⇒ Types::EncodingConfig
Returns the value of attribute encoding_config.
373 374 375 |
# File 'sig/types.rbs', line 373 def encoding_config @encoding_config end |
#entitlements ⇒ ::Array[Types::GrantEntitlementRequest]
Returns the value of attribute entitlements.
361 362 363 |
# File 'sig/types.rbs', line 361 def entitlements @entitlements end |
#flow_size ⇒ "MEDIUM", ...
Returns the value of attribute flow_size.
371 372 373 |
# File 'sig/types.rbs', line 371 def flow_size @flow_size end |
#flow_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute flow_tags.
374 375 376 |
# File 'sig/types.rbs', line 374 def @flow_tags end |
#maintenance ⇒ Types::AddMaintenance
Returns the value of attribute maintenance.
369 370 371 |
# File 'sig/types.rbs', line 369 def maintenance @maintenance end |
#media_streams ⇒ ::Array[Types::AddMediaStreamRequest]
Returns the value of attribute media_streams.
362 363 364 |
# File 'sig/types.rbs', line 362 def media_streams @media_streams end |
#name ⇒ ::String
Returns the value of attribute name.
363 364 365 |
# File 'sig/types.rbs', line 363 def name @name end |
#ndi_config ⇒ Types::NdiConfig
Returns the value of attribute ndi_config.
372 373 374 |
# File 'sig/types.rbs', line 372 def ndi_config @ndi_config end |
#outputs ⇒ ::Array[Types::AddOutputRequest]
Returns the value of attribute outputs.
364 365 366 |
# File 'sig/types.rbs', line 364 def outputs @outputs end |
#source ⇒ Types::SetSourceRequest
Returns the value of attribute source.
365 366 367 |
# File 'sig/types.rbs', line 365 def source @source end |
#source_failover_config ⇒ Types::FailoverConfig
Returns the value of attribute source_failover_config.
366 367 368 |
# File 'sig/types.rbs', line 366 def source_failover_config @source_failover_config end |
#source_monitoring_config ⇒ Types::MonitoringConfig
Returns the value of attribute source_monitoring_config.
370 371 372 |
# File 'sig/types.rbs', line 370 def source_monitoring_config @source_monitoring_config end |
#sources ⇒ ::Array[Types::SetSourceRequest]
Returns the value of attribute sources.
367 368 369 |
# File 'sig/types.rbs', line 367 def sources @sources end |
#vpc_interfaces ⇒ ::Array[Types::VpcInterfaceRequest]
Returns the value of attribute vpc_interfaces.
368 369 370 |
# File 'sig/types.rbs', line 368 def vpc_interfaces @vpc_interfaces end |