Class: Aws::Panorama::Types::DescribeNodeRequest

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

#node_idString

The node's ID.

Returns:

  • (String)


902
903
904
905
906
907
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 902

class DescribeNodeRequest < Struct.new(
  :node_id,
  :owner_account)
  SENSITIVE = []
  include Aws::Structure
end

#owner_accountString

The account ID of the node's owner.

Returns:

  • (String)


902
903
904
905
906
907
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 902

class DescribeNodeRequest < Struct.new(
  :node_id,
  :owner_account)
  SENSITIVE = []
  include Aws::Structure
end