Class: Aws::Proton::Types::GetServiceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::GetServiceOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service ⇒ Types::Service
The detailed data of the requested service.
Instance Attribute Details
#service ⇒ Types::Service
The detailed data of the requested service.
3088 3089 3090 3091 3092 |
# File 'lib/aws-sdk-proton/types.rb', line 3088 class GetServiceOutput < Struct.new( :service) SENSITIVE = [] include Aws::Structure end |