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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instanceTypes::Instance

A complex type that contains information about a specified instance.

Returns:



857
858
859
860
861
# File 'lib/aws-sdk-servicediscovery/types.rb', line 857

class GetInstanceResponse < Struct.new(
  :instance)
  SENSITIVE = []
  include Aws::Structure
end