Class: Aws::Panorama::Types::NodeInputPort

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

Instance Attribute Details

#default_valueString

The input port's default value.

Returns:

  • (String)


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

#descriptionString

The input port's description.

Returns:

  • (String)


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_connectionsInteger

The input port's max connections.

Returns:

  • (Integer)


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

#nameString

The input port's name.

Returns:

  • (String)


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

#typeString

The input port's type.

Returns:

  • (String)


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