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 of the service that you want to get settings for.
Instance Attribute Details
#id ⇒ String
The ID of the service that you want to get settings for.
990 991 992 993 994 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 990 class GetServiceRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |