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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#serviceTypes::Service

A complex type that contains information about the new service.

Returns:



388
389
390
391
392
# File 'lib/aws-sdk-servicediscovery/types.rb', line 388

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