Class: Aws::Types::Input

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1660
1661
1662
# File 'sig/types.rbs', line 1660

def arn
  @arn
end

#attached_channels::Array[::String]

Returns the value of attribute attached_channels.

Returns:

  • (::Array[::String])


1661
1662
1663
# File 'sig/types.rbs', line 1661

def attached_channels
  @attached_channels
end

#destinations::Array[Types::InputDestination]

Returns the value of attribute destinations.

Returns:



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

def destinations
  @destinations
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


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

def id
  @id
end

#input_class"STANDARD", "SINGLE_PIPELINE"

Returns the value of attribute input_class.

Returns:

  • ("STANDARD", "SINGLE_PIPELINE")


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

def input_class
  @input_class
end

#input_devices::Array[Types::InputDeviceSettings]

Returns the value of attribute input_devices.

Returns:



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

def input_devices
  @input_devices
end

#input_network_location"AWS", "ON_PREMISES"

Returns the value of attribute input_network_location.

Returns:

  • ("AWS", "ON_PREMISES")


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

def input_network_location
  @input_network_location
end

#input_partner_ids::Array[::String]

Returns the value of attribute input_partner_ids.

Returns:

  • (::Array[::String])


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

def input_partner_ids
  @input_partner_ids
end

#input_source_type"STATIC", "DYNAMIC"

Returns the value of attribute input_source_type.

Returns:

  • ("STATIC", "DYNAMIC")


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

def input_source_type
  @input_source_type
end

#media_connect_flows::Array[Types::MediaConnectFlow]

Returns the value of attribute media_connect_flows.

Returns:



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

def media_connect_flows
  @media_connect_flows
end

#multicast_settingsTypes::MulticastSettings

Returns the value of attribute multicast_settings.



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

def multicast_settings
  @multicast_settings
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


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

def role_arn
  @role_arn
end

#router_settingsTypes::RouterInputSettings

Returns the value of attribute router_settings.



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

def router_settings
  @router_settings
end

#sdi_sources::Array[::String]

Returns the value of attribute sdi_sources.

Returns:

  • (::Array[::String])


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

def sdi_sources
  @sdi_sources
end

#security_groups::Array[::String]

Returns the value of attribute security_groups.

Returns:

  • (::Array[::String])


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

def security_groups
  @security_groups
end

#smpte_2110_receiver_group_settingsTypes::Smpte2110ReceiverGroupSettings

Returns the value of attribute smpte_2110_receiver_group_settings.



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

def smpte_2110_receiver_group_settings
  @smpte_2110_receiver_group_settings
end

#sources::Array[Types::InputSource]

Returns the value of attribute sources.

Returns:



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

def sources
  @sources
end

#srt_settingsTypes::SrtSettings

Returns the value of attribute srt_settings.

Returns:



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

def srt_settings
  @srt_settings
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:

  • ("CREATING", "DETACHED", "ATTACHED", "DELETING", "DELETED")


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

def state
  @state
end

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

Returns the value of attribute tags.

Returns:

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


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

def tags
  @tags
end

#type"UDP_PUSH", ...

Returns the value of attribute type.

Returns:

  • ("UDP_PUSH", "RTP_PUSH", "RTMP_PUSH", "RTMP_PULL", "URL_PULL", "MP4_FILE", "MEDIACONNECT", "INPUT_DEVICE", "AWS_CDI", "TS_FILE", "SRT_CALLER", "MULTICAST", "SMPTE_2110_RECEIVER_GROUP", "SDI", "MEDIACONNECT_ROUTER", "SRT_LISTENER")


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

def type
  @type
end