Class: Aws::PartnerCentralSelling::Types::ResourceSnapshotJobSummary

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

Overview

An object that contains a ‘Resource Snapshot Job`’s subset of fields.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) for the resource snapshot job.

Returns:

  • (String)


4689
4690
4691
4692
4693
4694
4695
4696
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 4689

class ResourceSnapshotJobSummary < Struct.new(
  :arn,
  :engagement_id,
  :id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#engagement_idString

The unique identifier for the engagement within the AWS Partner Central system. This ID is used for direct references to the engagement within the service.

Returns:

  • (String)


4689
4690
4691
4692
4693
4694
4695
4696
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 4689

class ResourceSnapshotJobSummary < Struct.new(
  :arn,
  :engagement_id,
  :id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier for the resource snapshot job within the AWS Partner Central system. This ID is used for direct references to the job within the service.

Returns:

  • (String)


4689
4690
4691
4692
4693
4694
4695
4696
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 4689

class ResourceSnapshotJobSummary < Struct.new(
  :arn,
  :engagement_id,
  :id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Represents the current status of the resource snapshot job.

Returns:

  • (String)


4689
4690
4691
4692
4693
4694
4695
4696
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 4689

class ResourceSnapshotJobSummary < Struct.new(
  :arn,
  :engagement_id,
  :id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end