Class: Aws::PartnerCentralSelling::Types::GetResourceSnapshotJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::GetResourceSnapshotJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-partnercentralselling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog ⇒ String
Specifies the catalog related to the request.
-
#resource_snapshot_job_identifier ⇒ String
The unique identifier of the resource snapshot job to be retrieved.
Instance Attribute Details
#catalog ⇒ String
Specifies the catalog related to the request. Valid values are:
-
AWS: Retrieves the snapshot job from the production AWS environment.
-
Sandbox: Retrieves the snapshot job from a sandbox environment used for testing or development purposes.
2213 2214 2215 2216 2217 2218 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 2213 class GetResourceSnapshotJobRequest < Struct.new( :catalog, :resource_snapshot_job_identifier) SENSITIVE = [] include Aws::Structure end |
#resource_snapshot_job_identifier ⇒ String
The unique identifier of the resource snapshot job to be retrieved. This identifier is crucial for pinpointing the specific job you want to query.
2213 2214 2215 2216 2217 2218 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 2213 class GetResourceSnapshotJobRequest < Struct.new( :catalog, :resource_snapshot_job_identifier) SENSITIVE = [] include Aws::Structure end |