Class: Aws::ServiceDiscovery::Types::GetServiceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceDiscovery::Types::GetServiceRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicediscovery/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID or Amazon Resource Name (ARN) of the service that you want to get settings for.
Instance Attribute Details
#id ⇒ String
The ID or Amazon Resource Name (ARN) of the service that you want to get settings for. For services created by consumers in a shared namespace, specify the service ARN. 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
1149 1150 1151 1152 1153 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 1149 class GetServiceRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |