Class: Aws::PartnerCentralSelling::Types::CreateResourceSnapshotResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Specifies the Amazon Resource Name (ARN) that uniquely identifies the snapshot created.

Returns:

  • (String)


1101
1102
1103
1104
1105
1106
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 1101

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

#revisionInteger

Specifies the revision number of the created snapshot. This field provides important information about the snapshot's place in the sequence of snapshots for the given resource.

Returns:

  • (Integer)


1101
1102
1103
1104
1105
1106
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 1101

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