Class: Aws::SSM::Types::Node
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::Node
- 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
-
#capture_time ⇒ Time
The UTC timestamp for when the managed node data was last captured.
-
#id ⇒ String
The ID of the managed node.
-
#node_type ⇒ Types::NodeType
Information about the type of node.
-
#owner ⇒ Types::NodeOwnerInfo
Information about the ownership of the managed node.
-
#region ⇒ String
The Amazon Web Services Region that a managed node was created in or assigned to.
Instance Attribute Details
#capture_time ⇒ Time
The UTC timestamp for when the managed node data was last captured.
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 |
#id ⇒ String
The ID 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 |
#node_type ⇒ Types::NodeType
Information about the type of 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 |
#owner ⇒ Types::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 |
#region ⇒ String
The Amazon Web Services Region that a managed node was created in or assigned to.
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 |