Class: Aws::ServiceDiscovery::Types::GetInstanceResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#instanceTypes::Instance

A complex type that contains information about a specified instance.

Returns:



713
714
715
716
# File 'lib/aws-sdk-servicediscovery/types.rb', line 713

class GetInstanceResponse < Struct.new(
  :instance)
  include Aws::Structure
end