Class: Aws::PartnerCentralSelling::Types::CreateResourceSnapshotJobResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the created snapshot job.

Returns:

  • (String)


1365
1366
1367
1368
1369
1370
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1365

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

#idString

The unique identifier for the created snapshot job.

Returns:

  • (String)


1365
1366
1367
1368
1369
1370
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1365

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