Class: Aws::PartnerCentralSelling::Types::GetResourceSnapshotRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::GetResourceSnapshotRequest
- Defined in:
- gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog ⇒ String
Specifies the catalog related to the request.
-
#engagement_identifier ⇒ String
The unique identifier of the engagement associated with the snapshot.
-
#resource_identifier ⇒ String
The unique identifier of the specific resource that was snapshotted.
-
#resource_snapshot_template_identifier ⇒ String
he name of the template that defines the schema for the snapshot.
-
#resource_type ⇒ String
Specifies the type of resource that was snapshotted.
-
#revision ⇒ Integer
Specifies which revision of the snapshot to retrieve.
Instance Attribute Details
#catalog ⇒ String
Specifies the catalog related to the request. Valid values are:
AWS: Retrieves the snapshot from the production AWS environment.
Sandbox: Retrieves the snapshot from a sandbox environment used for testing or development purposes.
2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 2653 class GetResourceSnapshotRequest < Struct.new( :catalog, :engagement_identifier, :resource_type, :resource_identifier, :resource_snapshot_template_identifier, :revision) SENSITIVE = [] include Aws::Structure end |
#engagement_identifier ⇒ String
The unique identifier of the engagement associated with the snapshot. This field links the snapshot to a specific engagement context.
2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 2653 class GetResourceSnapshotRequest < Struct.new( :catalog, :engagement_identifier, :resource_type, :resource_identifier, :resource_snapshot_template_identifier, :revision) SENSITIVE = [] include Aws::Structure end |
#resource_identifier ⇒ String
The unique identifier of the specific resource that was snapshotted.
The format and constraints of this identifier depend on the
ResourceType specified. For Opportunity type, it will be an
opportunity ID
2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 2653 class GetResourceSnapshotRequest < Struct.new( :catalog, :engagement_identifier, :resource_type, :resource_identifier, :resource_snapshot_template_identifier, :revision) SENSITIVE = [] include Aws::Structure end |
#resource_snapshot_template_identifier ⇒ String
he name of the template that defines the schema for the snapshot.
This template determines which subset of the resource data is
included in the snapshot and must correspond to an existing and
valid template for the specified ResourceType.
2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 2653 class GetResourceSnapshotRequest < Struct.new( :catalog, :engagement_identifier, :resource_type, :resource_identifier, :resource_snapshot_template_identifier, :revision) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
Specifies the type of resource that was snapshotted. This field
determines the structure and content of the snapshot payload. Valid
value includes:Opportunity: For opportunity-related data.
2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 2653 class GetResourceSnapshotRequest < Struct.new( :catalog, :engagement_identifier, :resource_type, :resource_identifier, :resource_snapshot_template_identifier, :revision) SENSITIVE = [] include Aws::Structure end |
#revision ⇒ Integer
Specifies which revision of the snapshot to retrieve. If omitted returns the latest revision.
2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 2653 class GetResourceSnapshotRequest < Struct.new( :catalog, :engagement_identifier, :resource_type, :resource_identifier, :resource_snapshot_template_identifier, :revision) SENSITIVE = [] include Aws::Structure end |