Class: Aws::AppRunner::Types::DescribeServiceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRunner::Types::DescribeServiceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apprunner/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service_arn ⇒ String
The Amazon Resource Name (ARN) of the App Runner service that you want a description for.
Instance Attribute Details
#service_arn ⇒ String
The Amazon Resource Name (ARN) of the App Runner service that you want a description for.
1249 1250 1251 1252 1253 |
# File 'lib/aws-sdk-apprunner/types.rb', line 1249 class DescribeServiceRequest < Struct.new( :service_arn) SENSITIVE = [] include Aws::Structure end |