Class: Aws::AppRunner::Types::DescribeServiceResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-apprunner/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#serviceTypes::Service

A full description of the App Runner service that you specified in this request.

Returns:



1262
1263
1264
1265
1266
# File 'lib/aws-sdk-apprunner/types.rb', line 1262

class DescribeServiceResponse < Struct.new(
  :service)
  SENSITIVE = []
  include Aws::Structure
end