Class: Aws::AppRunner::Types::DescribeServiceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRunner::Types::DescribeServiceResponse
- Defined in:
- gems/aws-sdk-apprunner/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 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 1262 class DescribeServiceResponse < Struct.new( :service) SENSITIVE = [] include Aws::Structure end |