Class: Aws::Panorama::Types::Node

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb

Overview

An application node that represents a camera stream, a model, code, or output.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#categoryString

The node's category.

Returns:

  • (String)


2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2020

class Node < Struct.new(
  :category,
  :created_time,
  :description,
  :name,
  :node_id,
  :owner_account,
  :package_arn,
  :package_id,
  :package_name,
  :package_version,
  :patch_version)
  SENSITIVE = []
  include Aws::Structure
end

#created_timeTime

When the node was created.

Returns:

  • (Time)


2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2020

class Node < Struct.new(
  :category,
  :created_time,
  :description,
  :name,
  :node_id,
  :owner_account,
  :package_arn,
  :package_id,
  :package_name,
  :package_version,
  :patch_version)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The node's description.

Returns:

  • (String)


2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2020

class Node < Struct.new(
  :category,
  :created_time,
  :description,
  :name,
  :node_id,
  :owner_account,
  :package_arn,
  :package_id,
  :package_name,
  :package_version,
  :patch_version)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The node's name.

Returns:

  • (String)


2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2020

class Node < Struct.new(
  :category,
  :created_time,
  :description,
  :name,
  :node_id,
  :owner_account,
  :package_arn,
  :package_id,
  :package_name,
  :package_version,
  :patch_version)
  SENSITIVE = []
  include Aws::Structure
end

#node_idString

The node's ID.

Returns:

  • (String)


2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2020

class Node < Struct.new(
  :category,
  :created_time,
  :description,
  :name,
  :node_id,
  :owner_account,
  :package_arn,
  :package_id,
  :package_name,
  :package_version,
  :patch_version)
  SENSITIVE = []
  include Aws::Structure
end

#owner_accountString

The account ID of the node's owner.

Returns:

  • (String)


2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2020

class Node < Struct.new(
  :category,
  :created_time,
  :description,
  :name,
  :node_id,
  :owner_account,
  :package_arn,
  :package_id,
  :package_name,
  :package_version,
  :patch_version)
  SENSITIVE = []
  include Aws::Structure
end

#package_arnString

The node's ARN.

Returns:

  • (String)


2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2020

class Node < Struct.new(
  :category,
  :created_time,
  :description,
  :name,
  :node_id,
  :owner_account,
  :package_arn,
  :package_id,
  :package_name,
  :package_version,
  :patch_version)
  SENSITIVE = []
  include Aws::Structure
end

#package_idString

The node's package ID.

Returns:

  • (String)


2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2020

class Node < Struct.new(
  :category,
  :created_time,
  :description,
  :name,
  :node_id,
  :owner_account,
  :package_arn,
  :package_id,
  :package_name,
  :package_version,
  :patch_version)
  SENSITIVE = []
  include Aws::Structure
end

#package_nameString

The node's package name.

Returns:

  • (String)


2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2020

class Node < Struct.new(
  :category,
  :created_time,
  :description,
  :name,
  :node_id,
  :owner_account,
  :package_arn,
  :package_id,
  :package_name,
  :package_version,
  :patch_version)
  SENSITIVE = []
  include Aws::Structure
end

#package_versionString

The node's package version.

Returns:

  • (String)


2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2020

class Node < Struct.new(
  :category,
  :created_time,
  :description,
  :name,
  :node_id,
  :owner_account,
  :package_arn,
  :package_id,
  :package_name,
  :package_version,
  :patch_version)
  SENSITIVE = []
  include Aws::Structure
end

#patch_versionString

The node's patch version.

Returns:

  • (String)


2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2020

class Node < Struct.new(
  :category,
  :created_time,
  :description,
  :name,
  :node_id,
  :owner_account,
  :package_arn,
  :package_id,
  :package_name,
  :package_version,
  :patch_version)
  SENSITIVE = []
  include Aws::Structure
end