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

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

#namespace_nameString

The ‘HttpName` name of the namespace. The `HttpName` is found in the `HttpProperties` member of the `Properties` member of the namespace.

Returns:

  • (String)


610
611
612
613
614
615
616
# File 'lib/aws-sdk-servicediscovery/types.rb', line 610

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

#owner_accountString

The ID of the Amazon Web Services account that owns the namespace associated with the instance, as specified in the namespace ‘ResourceOwner` field. For instances associated with namespaces that are shared with your account, you must specify an `OwnerAccount`. For more information about shared namespaces, see [Cross-account Cloud Map namespace sharing] in the *Cloud Map Developer Guide*.

[1]: docs.aws.amazon.com/cloud-map/latest/dg/sharing-namespaces.html

Returns:

  • (String)


610
611
612
613
614
615
616
# File 'lib/aws-sdk-servicediscovery/types.rb', line 610

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

#service_nameString

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

Returns:

  • (String)


610
611
612
613
614
615
616
# File 'lib/aws-sdk-servicediscovery/types.rb', line 610

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