Class: Aws::AppRunner::Types::DescribeServiceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRunner::Types::DescribeServiceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apprunner/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service ⇒ Types::Service
A full description of the App Runner service that you specified in this request.
Instance Attribute Details
#service ⇒ Types::Service
A full description of the App Runner service that you specified in this request.
1262 1263 1264 1265 1266 |
# File 'lib/aws-sdk-apprunner/types.rb', line 1262 class DescribeServiceResponse < Struct.new( :service) SENSITIVE = [] include Aws::Structure end |