Class: Aws::Proton::Types::CreateServiceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::CreateServiceOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service ⇒ Types::Service
The service detail data that’s returned by Proton.
Instance Attribute Details
#service ⇒ Types::Service
The service detail data that’s returned by Proton.
1194 1195 1196 1197 1198 |
# File 'lib/aws-sdk-proton/types.rb', line 1194 class CreateServiceOutput < Struct.new( :service) SENSITIVE = [] include Aws::Structure end |