Method: Aws::SSM::Types::Node#node_type

Defined in:
lib/aws-sdk-ssm/types.rb

#node_typeTypes::NodeType

Information about the type of node.

Returns:



13743
13744
13745
13746
13747
13748
13749
13750
13751
# File 'lib/aws-sdk-ssm/types.rb', line 13743

class Node < Struct.new(
  :capture_time,
  :id,
  :owner,
  :region,
  :node_type)
  SENSITIVE = []
  include Aws::Structure
end