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)

13442
13443
13444
13445
13446
13447
13448
13449
13450
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13442

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)

13442
13443
13444
13445
13446
13447
13448
13449
13450
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13442

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:


13442
13443
13444
13445
13446
13447
13448
13449
13450
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13442

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.


13442
13443
13444
13445
13446
13447
13448
13449
13450
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13442

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)

13442
13443
13444
13445
13446
13447
13448
13449
13450
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13442

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