Class: Aws::Proton::Types::CreateServiceInstanceOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#service_instanceTypes::ServiceInstance

The detailed data of the service instance being created.



1182
1183
1184
1185
1186
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 1182

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