Class: Aws::Panorama::Types::NodeOutputPort

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#descriptionString

The output port's description.

Returns:

  • (String)


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

#nameString

The output port's name.

Returns:

  • (String)


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

#typeString

The output port's type.

Returns:

  • (String)


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