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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/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)


13653
13654
13655
13656
13657
13658
13659
13660
13661
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13653

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)


13653
13654
13655
13656
13657
13658
13659
13660
13661
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13653

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:



13653
13654
13655
13656
13657
13658
13659
13660
13661
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13653

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.



13653
13654
13655
13656
13657
13658
13659
13660
13661
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13653

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)


13653
13654
13655
13656
13657
13658
13659
13660
13661
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13653

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