Class: Aws::PartnerCentralSelling::Types::ResourceSnapshotSummary

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

Overview

Provides a concise summary of a resource snapshot, including its unique identifier and version information. This structure is used to quickly reference and identify specific versions of resource snapshots.

Constant Summary collapse

SENSITIVE =
[:created_by]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the snapshot. This globally unique identifier can be used for cross-service references and in IAM policies.

Returns:

  • (String)


4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 4758

class ResourceSnapshotSummary < Struct.new(
  :arn,
  :created_by,
  :resource_id,
  :resource_snapshot_template_name,
  :resource_type,
  :revision)
  SENSITIVE = [:created_by]
  include Aws::Structure
end

#created_byString

The AWS account ID of the principal (user or role) who created the snapshot. This helps in tracking the origin of the snapshot.

Returns:

  • (String)


4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 4758

class ResourceSnapshotSummary < Struct.new(
  :arn,
  :created_by,
  :resource_id,
  :resource_snapshot_template_name,
  :resource_type,
  :revision)
  SENSITIVE = [:created_by]
  include Aws::Structure
end

#resource_idString

The identifier of the specific resource snapshotted. The format might vary depending on the ResourceType.

Returns:

  • (String)


4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 4758

class ResourceSnapshotSummary < Struct.new(
  :arn,
  :created_by,
  :resource_id,
  :resource_snapshot_template_name,
  :resource_type,
  :revision)
  SENSITIVE = [:created_by]
  include Aws::Structure
end

#resource_snapshot_template_nameString

The name of the template used to create the snapshot.

Returns:

  • (String)


4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 4758

class ResourceSnapshotSummary < Struct.new(
  :arn,
  :created_by,
  :resource_id,
  :resource_snapshot_template_name,
  :resource_type,
  :revision)
  SENSITIVE = [:created_by]
  include Aws::Structure
end

#resource_typeString

The type of resource snapshotted.

Returns:

  • (String)


4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 4758

class ResourceSnapshotSummary < Struct.new(
  :arn,
  :created_by,
  :resource_id,
  :resource_snapshot_template_name,
  :resource_type,
  :revision)
  SENSITIVE = [:created_by]
  include Aws::Structure
end

#revisionInteger

The revision number of the snapshot. This integer value is incremented each time the snapshot is updated, allowing for version tracking of the resource snapshot.

Returns:

  • (Integer)


4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 4758

class ResourceSnapshotSummary < Struct.new(
  :arn,
  :created_by,
  :resource_id,
  :resource_snapshot_template_name,
  :resource_type,
  :revision)
  SENSITIVE = [:created_by]
  include Aws::Structure
end