Class: Aws::Panorama::Types::DescribeNodeResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#asset_nameString

The node's asset name.

Returns:

  • (String)


967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 967

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

#categoryString

The node's category.

Returns:

  • (String)


967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 967

class DescribeNodeResponse < Struct.new(
  :asset_name,
  :category,
  :created_time,
  :description,
  :last_updated_time,
  :name,
  :node_id,
  :node_interface,
  :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)


967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 967

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

#descriptionString

The node's description.

Returns:

  • (String)


967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 967

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

#last_updated_timeTime

When the node was updated.

Returns:

  • (Time)


967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 967

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

#nameString

The node's name.

Returns:

  • (String)


967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 967

class DescribeNodeResponse < Struct.new(
  :asset_name,
  :category,
  :created_time,
  :description,
  :last_updated_time,
  :name,
  :node_id,
  :node_interface,
  :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)


967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 967

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

#node_interfaceTypes::NodeInterface

The node's interface.



967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 967

class DescribeNodeResponse < Struct.new(
  :asset_name,
  :category,
  :created_time,
  :description,
  :last_updated_time,
  :name,
  :node_id,
  :node_interface,
  :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)


967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 967

class DescribeNodeResponse < Struct.new(
  :asset_name,
  :category,
  :created_time,
  :description,
  :last_updated_time,
  :name,
  :node_id,
  :node_interface,
  :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)


967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 967

class DescribeNodeResponse < Struct.new(
  :asset_name,
  :category,
  :created_time,
  :description,
  :last_updated_time,
  :name,
  :node_id,
  :node_interface,
  :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)


967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 967

class DescribeNodeResponse < Struct.new(
  :asset_name,
  :category,
  :created_time,
  :description,
  :last_updated_time,
  :name,
  :node_id,
  :node_interface,
  :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)


967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 967

class DescribeNodeResponse < Struct.new(
  :asset_name,
  :category,
  :created_time,
  :description,
  :last_updated_time,
  :name,
  :node_id,
  :node_interface,
  :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)


967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 967

class DescribeNodeResponse < Struct.new(
  :asset_name,
  :category,
  :created_time,
  :description,
  :last_updated_time,
  :name,
  :node_id,
  :node_interface,
  :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)


967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 967

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