Class: Aws::Proton::Types::CreateServiceInstanceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::CreateServiceInstanceOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service_instance ⇒ Types::ServiceInstance
The detailed data of the service instance being created.
Instance Attribute Details
#service_instance ⇒ Types::ServiceInstance
The detailed data of the service instance being created.
1182 1183 1184 1185 1186 |
# File 'lib/aws-sdk-proton/types.rb', line 1182 class CreateServiceInstanceOutput < Struct.new( :service_instance) SENSITIVE = [] include Aws::Structure end |