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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 '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 'lib/aws-sdk-panorama/types.rb', line 902

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