Class: Aws::Types::CreateInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destinations ⇒ ::Array[Types::InputDestinationRequest]
Returns the value of attribute destinations.
-
#input_devices ⇒ ::Array[Types::InputDeviceSettings]
Returns the value of attribute input_devices.
-
#input_network_location ⇒ "AWS", "ON_PREMISES"
Returns the value of attribute input_network_location.
-
#input_security_groups ⇒ ::Array[::String]
Returns the value of attribute input_security_groups.
-
#media_connect_flows ⇒ ::Array[Types::MediaConnectFlowRequest]
Returns the value of attribute media_connect_flows.
-
#multicast_settings ⇒ Types::MulticastSettingsCreateRequest
Returns the value of attribute multicast_settings.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#router_settings ⇒ Types::RouterSettings
Returns the value of attribute router_settings.
-
#sdi_sources ⇒ ::Array[::String]
Returns the value of attribute sdi_sources.
-
#smpte_2110_receiver_group_settings ⇒ Types::Smpte2110ReceiverGroupSettings
Returns the value of attribute smpte_2110_receiver_group_settings.
-
#sources ⇒ ::Array[Types::InputSourceRequest]
Returns the value of attribute sources.
-
#srt_settings ⇒ Types::SrtSettingsRequest
Returns the value of attribute srt_settings.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#type ⇒ "UDP_PUSH", ...
Returns the value of attribute type.
-
#vpc ⇒ Types::InputVpcRequest
Returns the value of attribute vpc.
Instance Attribute Details
#destinations ⇒ ::Array[Types::InputDestinationRequest]
Returns the value of attribute destinations.
631 632 633 |
# File 'sig/types.rbs', line 631 def destinations @destinations end |
#input_devices ⇒ ::Array[Types::InputDeviceSettings]
Returns the value of attribute input_devices.
632 633 634 |
# File 'sig/types.rbs', line 632 def input_devices @input_devices end |
#input_network_location ⇒ "AWS", "ON_PREMISES"
Returns the value of attribute input_network_location.
643 644 645 |
# File 'sig/types.rbs', line 643 def input_network_location @input_network_location end |
#input_security_groups ⇒ ::Array[::String]
Returns the value of attribute input_security_groups.
633 634 635 |
# File 'sig/types.rbs', line 633 def input_security_groups @input_security_groups end |
#media_connect_flows ⇒ ::Array[Types::MediaConnectFlowRequest]
Returns the value of attribute media_connect_flows.
634 635 636 |
# File 'sig/types.rbs', line 634 def media_connect_flows @media_connect_flows end |
#multicast_settings ⇒ Types::MulticastSettingsCreateRequest
Returns the value of attribute multicast_settings.
644 645 646 |
# File 'sig/types.rbs', line 644 def multicast_settings @multicast_settings end |
#name ⇒ ::String
Returns the value of attribute name.
635 636 637 |
# File 'sig/types.rbs', line 635 def name @name end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
636 637 638 |
# File 'sig/types.rbs', line 636 def request_id @request_id end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
637 638 639 |
# File 'sig/types.rbs', line 637 def role_arn @role_arn end |
#router_settings ⇒ Types::RouterSettings
Returns the value of attribute router_settings.
647 648 649 |
# File 'sig/types.rbs', line 647 def router_settings @router_settings end |
#sdi_sources ⇒ ::Array[::String]
Returns the value of attribute sdi_sources.
646 647 648 |
# File 'sig/types.rbs', line 646 def sdi_sources @sdi_sources end |
#smpte_2110_receiver_group_settings ⇒ Types::Smpte2110ReceiverGroupSettings
Returns the value of attribute smpte_2110_receiver_group_settings.
645 646 647 |
# File 'sig/types.rbs', line 645 def smpte_2110_receiver_group_settings @smpte_2110_receiver_group_settings end |
#sources ⇒ ::Array[Types::InputSourceRequest]
Returns the value of attribute sources.
638 639 640 |
# File 'sig/types.rbs', line 638 def sources @sources end |
#srt_settings ⇒ Types::SrtSettingsRequest
Returns the value of attribute srt_settings.
642 643 644 |
# File 'sig/types.rbs', line 642 def srt_settings @srt_settings end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
639 640 641 |
# File 'sig/types.rbs', line 639 def @tags end |
#type ⇒ "UDP_PUSH", ...
Returns the value of attribute type.
640 641 642 |
# File 'sig/types.rbs', line 640 def type @type end |
#vpc ⇒ Types::InputVpcRequest
Returns the value of attribute vpc.
641 642 643 |
# File 'sig/types.rbs', line 641 def vpc @vpc end |