Class: Aws::AppRunner::Types::CreateServiceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRunner::Types::CreateServiceResponse
- Defined in:
- gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#operation_id ⇒ String
The unique ID of the asynchronous operation that this request started.
-
#service ⇒ Types::Service
A description of the App Runner service that's created by this request.
Instance Attribute Details
#operation_id ⇒ String
The unique ID of the asynchronous operation that this request started. You can use it combined with the ListOperations call to track the operation's progress.
782 783 784 785 786 787 |
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 782 class CreateServiceResponse < Struct.new( :service, :operation_id) SENSITIVE = [] include Aws::Structure end |
#service ⇒ Types::Service
A description of the App Runner service that's created by this request.
782 783 784 785 786 787 |
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 782 class CreateServiceResponse < Struct.new( :service, :operation_id) SENSITIVE = [] include Aws::Structure end |