Class: Aws::ServiceDiscovery::Types::DiscoverInstancesRevisionRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#namespace_nameString

The HttpName name of the namespace. It's found in the HttpProperties member of the Properties member of the namespace.

Returns:

  • (String)


535
536
537
538
539
540
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 535

class DiscoverInstancesRevisionRequest < Struct.new(
  :namespace_name,
  :service_name)
  SENSITIVE = []
  include Aws::Structure
end

#service_nameString

The name of the service that you specified when you registered the instance.

Returns:

  • (String)


535
536
537
538
539
540
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 535

class DiscoverInstancesRevisionRequest < Struct.new(
  :namespace_name,
  :service_name)
  SENSITIVE = []
  include Aws::Structure
end