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.
-
#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. It’s found in the ‘HttpProperties` member of the `Properties` member of the namespace.
535 536 537 538 539 540 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 535 class DiscoverInstancesRevisionRequest < Struct.new( :namespace_name, :service_name) SENSITIVE = [] include Aws::Structure end |
#service_name ⇒ String
The name of the service that you specified when you registered the instance.
535 536 537 538 539 540 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 535 class DiscoverInstancesRevisionRequest < Struct.new( :namespace_name, :service_name) SENSITIVE = [] include Aws::Structure end |