Class: Aws::ServiceDiscovery::Types::GetInstanceRequest

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

#instance_idString

The ID of the instance that you want to get information about.

Returns:

  • (String)


844
845
846
847
848
849
# File 'lib/aws-sdk-servicediscovery/types.rb', line 844

class GetInstanceRequest < Struct.new(
  :service_id,
  :instance_id)
  SENSITIVE = []
  include Aws::Structure
end

#service_idString

The ID of the service that the instance is associated with.

Returns:

  • (String)


844
845
846
847
848
849
# File 'lib/aws-sdk-servicediscovery/types.rb', line 844

class GetInstanceRequest < Struct.new(
  :service_id,
  :instance_id)
  SENSITIVE = []
  include Aws::Structure
end