Class: Aws::Proton::Types::GetServiceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::GetServiceOutput
- Defined in:
- gems/aws-sdk-proton/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.
2278 2279 2280 2281 2282 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2278 class GetServiceOutput < Struct.new( :service) SENSITIVE = [] include Aws::Structure end |