Class: Aws::Panorama::Types::NodeInputPort
- Inherits:
-
Struct
- Object
- Struct
- Aws::Panorama::Types::NodeInputPort
- Defined in:
- gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb
Overview
A node input port.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#default_value ⇒ String
The input port's default value.
-
#description ⇒ String
The input port's description.
-
#max_connections ⇒ Integer
The input port's max connections.
-
#name ⇒ String
The input port's name.
-
#type ⇒ String
The input port's type.
Instance Attribute Details
#default_value ⇒ String
The input port's default value.
2099 2100 2101 2102 2103 2104 2105 2106 2107 |
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2099 class NodeInputPort < Struct.new( :default_value, :description, :max_connections, :name, :type) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The input port's description.
2099 2100 2101 2102 2103 2104 2105 2106 2107 |
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2099 class NodeInputPort < Struct.new( :default_value, :description, :max_connections, :name, :type) SENSITIVE = [] include Aws::Structure end |
#max_connections ⇒ Integer
The input port's max connections.
2099 2100 2101 2102 2103 2104 2105 2106 2107 |
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2099 class NodeInputPort < Struct.new( :default_value, :description, :max_connections, :name, :type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The input port's name.
2099 2100 2101 2102 2103 2104 2105 2106 2107 |
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2099 class NodeInputPort < Struct.new( :default_value, :description, :max_connections, :name, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The input port's type.
2099 2100 2101 2102 2103 2104 2105 2106 2107 |
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2099 class NodeInputPort < Struct.new( :default_value, :description, :max_connections, :name, :type) SENSITIVE = [] include Aws::Structure end |