Class: Aws::Proton::Types::GetServiceInstanceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::GetServiceInstanceOutput
- 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 requested service instance.
Instance Attribute Details
#service_instance ⇒ Types::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 |