Class: Aws::PartnerCentralSelling::Types::CreateResourceSnapshotResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::CreateResourceSnapshotResponse
- Defined in:
- gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
Specifies the Amazon Resource Name (ARN) that uniquely identifies the snapshot created.
-
#revision ⇒ Integer
Specifies the revision number of the created snapshot.
Instance Attribute Details
#arn ⇒ String
Specifies the Amazon Resource Name (ARN) that uniquely identifies the snapshot created.
1437 1438 1439 1440 1441 1442 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 1437 class CreateResourceSnapshotResponse < Struct.new( :arn, :revision) SENSITIVE = [] include Aws::Structure end |
#revision ⇒ Integer
Specifies the revision number of the created snapshot. This field provides important information about the snapshot's place in the sequence of snapshots for the given resource.
1437 1438 1439 1440 1441 1442 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 1437 class CreateResourceSnapshotResponse < Struct.new( :arn, :revision) SENSITIVE = [] include Aws::Structure end |