Class: Aws::Types::CreateFlowRequest

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)


360
361
362
# File 'sig/types.rbs', line 360

def availability_zone
  @availability_zone
end

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

Returns:



361
362
363
# File 'sig/types.rbs', line 361

def entitlements
  @entitlements
end

#flow_size"MEDIUM", ...

Returns the value of attribute flow_size.

Returns:

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


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.

Returns:

  • (::Hash[::String, ::String])


374
375
376
# File 'sig/types.rbs', line 374

def flow_tags
  @flow_tags
end

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

Returns:



362
363
364
# File 'sig/types.rbs', line 362

def media_streams
  @media_streams
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


363
364
365
# File 'sig/types.rbs', line 363

def name
  @name
end

#ndi_configTypes::NdiConfig

Returns the value of attribute ndi_config.

Returns:



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.

Returns:



364
365
366
# File 'sig/types.rbs', line 364

def outputs
  @outputs
end

#sourceTypes::SetSourceRequest

Returns the value of attribute source.



365
366
367
# File 'sig/types.rbs', line 365

def source
  @source
end

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

Returns:



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.

Returns:



368
369
370
# File 'sig/types.rbs', line 368

def vpc_interfaces
  @vpc_interfaces
end