Class: Aws::PartnerCentralSelling::Types::CreateResourceSnapshotJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::CreateResourceSnapshotJobResponse
- Defined in:
- gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the created snapshot job.
-
#id ⇒ String
The unique identifier for the created snapshot job.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the created snapshot job.
1030 1031 1032 1033 1034 1035 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 1030 class CreateResourceSnapshotJobResponse < Struct.new( :arn, :id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier for the created snapshot job.
1030 1031 1032 1033 1034 1035 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 1030 class CreateResourceSnapshotJobResponse < Struct.new( :arn, :id) SENSITIVE = [] include Aws::Structure end |