Class: Aws::Panorama::Types::NodeOutputPort
- Inherits:
-
Struct
- Object
- Struct
- Aws::Panorama::Types::NodeOutputPort
- Defined in:
- gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb
Overview
A node output port.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The output port's description.
-
#name ⇒ String
The output port's name.
-
#type ⇒ String
The output port's type.
Instance Attribute Details
#description ⇒ String
The output port's description.
2188 2189 2190 2191 2192 2193 2194 |
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2188 class NodeOutputPort < Struct.new( :description, :name, :type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The output port's name.
2188 2189 2190 2191 2192 2193 2194 |
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2188 class NodeOutputPort < Struct.new( :description, :name, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The output port's type.
2188 2189 2190 2191 2192 2193 2194 |
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2188 class NodeOutputPort < Struct.new( :description, :name, :type) SENSITIVE = [] include Aws::Structure end |