Class: Aws::Types::Input

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.



1663
1664
1665
# File 'sig/types.rbs', line 1663

def arn
  @arn
end

#attached_channels::Array[::String]

Returns the value of attribute attached_channels.



1664
1665
1666
# File 'sig/types.rbs', line 1664

def attached_channels
  @attached_channels
end

#destinations::Array[Types::InputDestination]

Returns the value of attribute destinations.



1665
1666
1667
# File 'sig/types.rbs', line 1665

def destinations
  @destinations
end

#id::String

Returns the value of attribute id.



1666
1667
1668
# File 'sig/types.rbs', line 1666

def id
  @id
end

#input_class"STANDARD", "SINGLE_PIPELINE"

Returns the value of attribute input_class.



1667
1668
1669
# File 'sig/types.rbs', line 1667

def input_class
  @input_class
end

#input_devices::Array[Types::InputDeviceSettings]

Returns the value of attribute input_devices.



1668
1669
1670
# File 'sig/types.rbs', line 1668

def input_devices
  @input_devices
end

#input_network_location"AWS", "ON_PREMISES"

Returns the value of attribute input_network_location.



1680
1681
1682
# File 'sig/types.rbs', line 1680

def input_network_location
  @input_network_location
end

#input_partner_ids::Array[::String]

Returns the value of attribute input_partner_ids.



1669
1670
1671
# File 'sig/types.rbs', line 1669

def input_partner_ids
  @input_partner_ids
end

#input_source_type"STATIC", "DYNAMIC"

Returns the value of attribute input_source_type.



1670
1671
1672
# File 'sig/types.rbs', line 1670

def input_source_type
  @input_source_type
end

#media_connect_flows::Array[Types::MediaConnectFlow]

Returns the value of attribute media_connect_flows.



1671
1672
1673
# File 'sig/types.rbs', line 1671

def media_connect_flows
  @media_connect_flows
end

#multicast_settingsTypes::MulticastSettings

Returns the value of attribute multicast_settings.



1681
1682
1683
# File 'sig/types.rbs', line 1681

def multicast_settings
  @multicast_settings
end

#name::String

Returns the value of attribute name.



1672
1673
1674
# File 'sig/types.rbs', line 1672

def name
  @name
end

#role_arn::String

Returns the value of attribute role_arn.



1673
1674
1675
# File 'sig/types.rbs', line 1673

def role_arn
  @role_arn
end

#router_settingsTypes::RouterInputSettings

Returns the value of attribute router_settings.



1684
1685
1686
# File 'sig/types.rbs', line 1684

def router_settings
  @router_settings
end

#sdi_sources::Array[::String]

Returns the value of attribute sdi_sources.



1683
1684
1685
# File 'sig/types.rbs', line 1683

def sdi_sources
  @sdi_sources
end

#security_groups::Array[::String]

Returns the value of attribute security_groups.



1674
1675
1676
# File 'sig/types.rbs', line 1674

def security_groups
  @security_groups
end

#smpte_2110_receiver_group_settingsTypes::Smpte2110ReceiverGroupSettings

Returns the value of attribute smpte_2110_receiver_group_settings.



1682
1683
1684
# File 'sig/types.rbs', line 1682

def smpte_2110_receiver_group_settings
  @smpte_2110_receiver_group_settings
end

#sources::Array[Types::InputSource]

Returns the value of attribute sources.



1675
1676
1677
# File 'sig/types.rbs', line 1675

def sources
  @sources
end

#srt_settingsTypes::SrtSettings

Returns the value of attribute srt_settings.



1679
1680
1681
# File 'sig/types.rbs', line 1679

def srt_settings
  @srt_settings
end

#state"CREATING", ...

Returns the value of attribute state.



1676
1677
1678
# File 'sig/types.rbs', line 1676

def state
  @state
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.



1677
1678
1679
# File 'sig/types.rbs', line 1677

def tags
  @tags
end

#type"UDP_PUSH", ...

Returns the value of attribute type.



1678
1679
1680
# File 'sig/types.rbs', line 1678

def type
  @type
end