Class: Aws::SSM::Types::Node

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

Details about an individual managed node.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#capture_timeTime

The UTC timestamp for when the managed node data was last captured.

Returns:

  • (Time)


13402
13403
13404
13405
13406
13407
13408
13409
13410
# File 'lib/aws-sdk-ssm/types.rb', line 13402

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

#idString

The ID of the managed node.

Returns:

  • (String)


13402
13403
13404
13405
13406
13407
13408
13409
13410
# File 'lib/aws-sdk-ssm/types.rb', line 13402

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

#node_typeTypes::NodeType

Information about the type of node.

Returns:



13402
13403
13404
13405
13406
13407
13408
13409
13410
# File 'lib/aws-sdk-ssm/types.rb', line 13402

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

#ownerTypes::NodeOwnerInfo

Information about the ownership of the managed node.



13402
13403
13404
13405
13406
13407
13408
13409
13410
# File 'lib/aws-sdk-ssm/types.rb', line 13402

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

#regionString

The Amazon Web Services Region that a managed node was created in or assigned to.

Returns:

  • (String)


13402
13403
13404
13405
13406
13407
13408
13409
13410
# File 'lib/aws-sdk-ssm/types.rb', line 13402

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