Class: Aws::Proton::Types::GetServiceInstanceOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 requested service instance.



3035
3036
3037
3038
3039
# File 'lib/aws-sdk-proton/types.rb', line 3035

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