Method: Aws::SSM::Types#instance
- Defined in:
- lib/aws-sdk-ssm/types.rb
#instance ⇒ Types::InstanceInfo
Information about a specific managed node.
13784 13785 13786 13787 13788 13789 13790 13791 13792 13793 |
# File 'lib/aws-sdk-ssm/types.rb', line 13784 class NodeType < Struct.new( :instance, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class Instance < NodeType; end class Unknown < NodeType; end end |