Class: Aws::ServiceDiscovery::Types::GetServiceAttributesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceDiscovery::Types::GetServiceAttributesRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicediscovery/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service_id ⇒ String
The ID of the service that you want to get attributes for.
Instance Attribute Details
#service_id ⇒ String
The ID of the service that you want to get attributes for.
1013 1014 1015 1016 1017 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 1013 class GetServiceAttributesRequest < Struct.new( :service_id) SENSITIVE = [] include Aws::Structure end |