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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apprunner/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 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 1262

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