Class: Aws::PartnerCentralSelling::Types::StopResourceSnapshotJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::StopResourceSnapshotJobRequest
- 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 identifier of the job to stop.
Instance Attribute Details
#catalog ⇒ String
Specifies the catalog related to the request.
5192 5193 5194 5195 5196 5197 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 5192 class StopResourceSnapshotJobRequest < Struct.new( :catalog, :resource_snapshot_job_identifier) SENSITIVE = [] include Aws::Structure end |
#resource_snapshot_job_identifier ⇒ String
The identifier of the job to stop.
5192 5193 5194 5195 5196 5197 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 5192 class StopResourceSnapshotJobRequest < Struct.new( :catalog, :resource_snapshot_job_identifier) SENSITIVE = [] include Aws::Structure end |