Class: Aws::AppRunner::Types::OperationSummary

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

Overview

Provides summary information for an operation that occurred on an App Runner service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ended_atTime

The time when the operation ended. It's in the Unix time stamp format.

Returns:

  • (Time)


2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 2340

class OperationSummary < Struct.new(
  :id,
  :type,
  :status,
  :target_arn,
  :started_at,
  :ended_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#idString

A unique ID of this operation. It's unique in the scope of the App Runner service.

Returns:

  • (String)


2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 2340

class OperationSummary < Struct.new(
  :id,
  :type,
  :status,
  :target_arn,
  :started_at,
  :ended_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#started_atTime

The time when the operation started. It's in the Unix time stamp format.

Returns:

  • (Time)


2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 2340

class OperationSummary < Struct.new(
  :id,
  :type,
  :status,
  :target_arn,
  :started_at,
  :ended_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current state of the operation.

Returns:

  • (String)


2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 2340

class OperationSummary < Struct.new(
  :id,
  :type,
  :status,
  :target_arn,
  :started_at,
  :ended_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#target_arnString

The Amazon Resource Name (ARN) of the resource that the operation acted on (for example, an App Runner service).

Returns:

  • (String)


2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 2340

class OperationSummary < Struct.new(
  :id,
  :type,
  :status,
  :target_arn,
  :started_at,
  :ended_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of operation. It indicates a specific action that occured.

Returns:

  • (String)


2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 2340

class OperationSummary < Struct.new(
  :id,
  :type,
  :status,
  :target_arn,
  :started_at,
  :ended_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The time when the operation was last updated. It's in the Unix time stamp format.

Returns:

  • (Time)


2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 2340

class OperationSummary < Struct.new(
  :id,
  :type,
  :status,
  :target_arn,
  :started_at,
  :ended_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end