Class: Aws::Types::DescribeInputResponse

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)


995
996
997
# File 'sig/types.rbs', line 995

def arn
  @arn
end

#attached_channels::Array[::String]

Returns the value of attribute attached_channels.

Returns:

  • (::Array[::String])


996
997
998
# File 'sig/types.rbs', line 996

def attached_channels
  @attached_channels
end

#destinations::Array[Types::InputDestination]

Returns the value of attribute destinations.

Returns:



997
998
999
# File 'sig/types.rbs', line 997

def destinations
  @destinations
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


998
999
1000
# File 'sig/types.rbs', line 998

def id
  @id
end

#input_class"STANDARD", "SINGLE_PIPELINE"

Returns the value of attribute input_class.

Returns:

  • ("STANDARD", "SINGLE_PIPELINE")


999
1000
1001
# File 'sig/types.rbs', line 999

def input_class
  @input_class
end

#input_devices::Array[Types::InputDeviceSettings]

Returns the value of attribute input_devices.

Returns:



1000
1001
1002
# File 'sig/types.rbs', line 1000

def input_devices
  @input_devices
end

#input_network_location"AWS", "ON_PREMISES"

Returns the value of attribute input_network_location.

Returns:

  • ("AWS", "ON_PREMISES")


1012
1013
1014
# File 'sig/types.rbs', line 1012

def input_network_location
  @input_network_location
end

#input_partner_ids::Array[::String]

Returns the value of attribute input_partner_ids.

Returns:

  • (::Array[::String])


1001
1002
1003
# File 'sig/types.rbs', line 1001

def input_partner_ids
  @input_partner_ids
end

#input_source_type"STATIC", "DYNAMIC"

Returns the value of attribute input_source_type.

Returns:

  • ("STATIC", "DYNAMIC")


1002
1003
1004
# File 'sig/types.rbs', line 1002

def input_source_type
  @input_source_type
end

#media_connect_flows::Array[Types::MediaConnectFlow]

Returns the value of attribute media_connect_flows.

Returns:



1003
1004
1005
# File 'sig/types.rbs', line 1003

def media_connect_flows
  @media_connect_flows
end

#multicast_settingsTypes::MulticastSettings

Returns the value of attribute multicast_settings.



1013
1014
1015
# File 'sig/types.rbs', line 1013

def multicast_settings
  @multicast_settings
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1004
1005
1006
# File 'sig/types.rbs', line 1004

def name
  @name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1005
1006
1007
# File 'sig/types.rbs', line 1005

def role_arn
  @role_arn
end

#router_settingsTypes::RouterInputSettings

Returns the value of attribute router_settings.



1016
1017
1018
# File 'sig/types.rbs', line 1016

def router_settings
  @router_settings
end

#sdi_sources::Array[::String]

Returns the value of attribute sdi_sources.

Returns:

  • (::Array[::String])


1015
1016
1017
# File 'sig/types.rbs', line 1015

def sdi_sources
  @sdi_sources
end

#security_groups::Array[::String]

Returns the value of attribute security_groups.

Returns:

  • (::Array[::String])


1006
1007
1008
# File 'sig/types.rbs', line 1006

def security_groups
  @security_groups
end

#smpte_2110_receiver_group_settingsTypes::Smpte2110ReceiverGroupSettings

Returns the value of attribute smpte_2110_receiver_group_settings.



1014
1015
1016
# File 'sig/types.rbs', line 1014

def smpte_2110_receiver_group_settings
  @smpte_2110_receiver_group_settings
end

#sources::Array[Types::InputSource]

Returns the value of attribute sources.

Returns:



1007
1008
1009
# File 'sig/types.rbs', line 1007

def sources
  @sources
end

#srt_settingsTypes::SrtSettings

Returns the value of attribute srt_settings.

Returns:



1011
1012
1013
# File 'sig/types.rbs', line 1011

def srt_settings
  @srt_settings
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:

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


1008
1009
1010
# File 'sig/types.rbs', line 1008

def state
  @state
end

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

Returns the value of attribute tags.

Returns:

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


1009
1010
1011
# File 'sig/types.rbs', line 1009

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")


1010
1011
1012
# File 'sig/types.rbs', line 1010

def type
  @type
end