Class: Aws::ServiceDiscovery::Types::CreateServiceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceDiscovery::Types::CreateServiceResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicediscovery/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service ⇒ Types::Service
A complex type that contains information about the new service.
Instance Attribute Details
#service ⇒ Types::Service
A complex type that contains information about the new service.
325 326 327 328 329 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 325 class CreateServiceResponse < Struct.new( :service) SENSITIVE = [] include Aws::Structure end |