Class: Aws::MediaLive::Types::InputDestination
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::InputDestination
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
The settings for a PUSH type input.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ip ⇒ String
The system-generated static IP address of endpoint.
-
#port ⇒ String
The port number for the input.
-
#url ⇒ String
This represents the endpoint that the customer stream will be pushed to.
-
#vpc ⇒ Types::InputDestinationVpc
The properties for a VPC type input destination.
Instance Attribute Details
#ip ⇒ String
The system-generated static IP address of endpoint. It remains fixed for the lifetime of the input.
6549 6550 6551 6552 6553 6554 6555 6556 |
# File 'lib/aws-sdk-medialive/types.rb', line 6549 class InputDestination < Struct.new( :ip, :port, :url, :vpc) SENSITIVE = [] include Aws::Structure end |
#port ⇒ String
The port number for the input.
6549 6550 6551 6552 6553 6554 6555 6556 |
# File 'lib/aws-sdk-medialive/types.rb', line 6549 class InputDestination < Struct.new( :ip, :port, :url, :vpc) SENSITIVE = [] include Aws::Structure end |
#url ⇒ String
This represents the endpoint that the customer stream will be pushed to.
6549 6550 6551 6552 6553 6554 6555 6556 |
# File 'lib/aws-sdk-medialive/types.rb', line 6549 class InputDestination < Struct.new( :ip, :port, :url, :vpc) SENSITIVE = [] include Aws::Structure end |
#vpc ⇒ Types::InputDestinationVpc
The properties for a VPC type input destination.
6549 6550 6551 6552 6553 6554 6555 6556 |
# File 'lib/aws-sdk-medialive/types.rb', line 6549 class InputDestination < Struct.new( :ip, :port, :url, :vpc) SENSITIVE = [] include Aws::Structure end |