Class: Aws::ServiceDiscovery::Types::CreateServiceResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#serviceTypes::Service

A complex type that contains information about the new service.

Returns:



265
266
267
268
# File 'lib/aws-sdk-servicediscovery/types.rb', line 265

class CreateServiceResponse < Struct.new(
  :service)
  include Aws::Structure
end