Class: Aws::ServiceDiscovery::Types::DiscoverInstancesRevisionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceDiscovery::Types::DiscoverInstancesRevisionRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicediscovery/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#namespace_name ⇒ String
The ‘HttpName` name of the namespace.
-
#owner_account ⇒ String
The ID of the Amazon Web Services account that owns the namespace associated with the instance, as specified in the namespace ‘ResourceOwner` field.
-
#service_name ⇒ String
The name of the service that you specified when you registered the instance.
Instance Attribute Details
#namespace_name ⇒ String
The ‘HttpName` name of the namespace. The `HttpName` is found in the `HttpProperties` member of the `Properties` member of the namespace.
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_account ⇒ String
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
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_name ⇒ String
The name of the service that you specified when you registered the instance.
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 |