Class: Aws::ServiceDiscovery::Types::GetServiceRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the service that you want to get settings for.

Returns:

  • (String)


991
992
993
994
995
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 991

class GetServiceRequest < Struct.new(
  :id)
  SENSITIVE = []
  include Aws::Structure
end