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.
1341 1342 1343 1344 1345 |
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 1341 class DescribeServiceResponse < Struct.new( :service) SENSITIVE = [] include Aws::Structure end |