Class: Aws::AppRunner::Types::DescribeServiceRequest

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

#service_arnString

The Amazon Resource Name (ARN) of the App Runner service that you want a description for.

Returns:

  • (String)


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