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

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

Overview

Note:

When making an API call, you may pass GetServiceRequest data as a hash:

{
  id: "ResourceId", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#idString

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

Returns:

  • (String)


864
865
866
867
# File 'lib/aws-sdk-servicediscovery/types.rb', line 864

class GetServiceRequest < Struct.new(
  :id)
  include Aws::Structure
end