Class: Aws::DataExchange::Types::UpdateRevisionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::UpdateRevisionResponse
- Defined in:
- gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN for the revision.
-
#comment ⇒ String
An optional comment about the revision.
-
#created_at ⇒ Time
The date and time that the revision was created, in ISO 8601 format.
-
#data_set_id ⇒ String
The unique identifier for the data set associated with the data set revision.
-
#finalized ⇒ Boolean
To publish a revision to a data set in a product, the revision must first be finalized.
-
#id ⇒ String
The unique identifier for the revision.
-
#revocation_comment ⇒ String
A required comment to inform subscribers of the reason their access to the revision was revoked.
-
#revoked ⇒ Boolean
A status indicating that subscribers' access to the revision was revoked.
-
#revoked_at ⇒ Time
The date and time that the revision was revoked, in ISO 8601 format.
-
#source_id ⇒ String
The revision ID of the owned revision corresponding to the entitled revision being viewed.
-
#updated_at ⇒ Time
The date and time that the revision was last updated, in ISO 8601 format.
Instance Attribute Details
#arn ⇒ String
The ARN for the revision.
4304 4305 4306 4307 4308 4309 4310 4311 4312 4313 4314 4315 4316 4317 4318 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 4304 class UpdateRevisionResponse < Struct.new( :arn, :comment, :created_at, :data_set_id, :finalized, :id, :source_id, :updated_at, :revocation_comment, :revoked, :revoked_at) SENSITIVE = [] include Aws::Structure end |
#comment ⇒ String
An optional comment about the revision.
4304 4305 4306 4307 4308 4309 4310 4311 4312 4313 4314 4315 4316 4317 4318 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 4304 class UpdateRevisionResponse < Struct.new( :arn, :comment, :created_at, :data_set_id, :finalized, :id, :source_id, :updated_at, :revocation_comment, :revoked, :revoked_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The date and time that the revision was created, in ISO 8601 format.
4304 4305 4306 4307 4308 4309 4310 4311 4312 4313 4314 4315 4316 4317 4318 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 4304 class UpdateRevisionResponse < Struct.new( :arn, :comment, :created_at, :data_set_id, :finalized, :id, :source_id, :updated_at, :revocation_comment, :revoked, :revoked_at) SENSITIVE = [] include Aws::Structure end |
#data_set_id ⇒ String
The unique identifier for the data set associated with the data set revision.
4304 4305 4306 4307 4308 4309 4310 4311 4312 4313 4314 4315 4316 4317 4318 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 4304 class UpdateRevisionResponse < Struct.new( :arn, :comment, :created_at, :data_set_id, :finalized, :id, :source_id, :updated_at, :revocation_comment, :revoked, :revoked_at) SENSITIVE = [] include Aws::Structure end |
#finalized ⇒ Boolean
To publish a revision to a data set in a product, the revision must first be finalized. Finalizing a revision tells AWS Data Exchange that changes to the assets in the revision are complete. After it's in this read-only state, you can publish the revision to your products. Finalized revisions can be published through the AWS Data Exchange console or the AWS Marketplace Catalog API, using the StartChangeSet AWS Marketplace Catalog API action. When using the API, revisions are uniquely identified by their ARN.
4304 4305 4306 4307 4308 4309 4310 4311 4312 4313 4314 4315 4316 4317 4318 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 4304 class UpdateRevisionResponse < Struct.new( :arn, :comment, :created_at, :data_set_id, :finalized, :id, :source_id, :updated_at, :revocation_comment, :revoked, :revoked_at) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier for the revision.
4304 4305 4306 4307 4308 4309 4310 4311 4312 4313 4314 4315 4316 4317 4318 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 4304 class UpdateRevisionResponse < Struct.new( :arn, :comment, :created_at, :data_set_id, :finalized, :id, :source_id, :updated_at, :revocation_comment, :revoked, :revoked_at) SENSITIVE = [] include Aws::Structure end |
#revocation_comment ⇒ String
A required comment to inform subscribers of the reason their access to the revision was revoked.
4304 4305 4306 4307 4308 4309 4310 4311 4312 4313 4314 4315 4316 4317 4318 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 4304 class UpdateRevisionResponse < Struct.new( :arn, :comment, :created_at, :data_set_id, :finalized, :id, :source_id, :updated_at, :revocation_comment, :revoked, :revoked_at) SENSITIVE = [] include Aws::Structure end |
#revoked ⇒ Boolean
A status indicating that subscribers' access to the revision was revoked.
4304 4305 4306 4307 4308 4309 4310 4311 4312 4313 4314 4315 4316 4317 4318 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 4304 class UpdateRevisionResponse < Struct.new( :arn, :comment, :created_at, :data_set_id, :finalized, :id, :source_id, :updated_at, :revocation_comment, :revoked, :revoked_at) SENSITIVE = [] include Aws::Structure end |
#revoked_at ⇒ Time
The date and time that the revision was revoked, in ISO 8601 format.
4304 4305 4306 4307 4308 4309 4310 4311 4312 4313 4314 4315 4316 4317 4318 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 4304 class UpdateRevisionResponse < Struct.new( :arn, :comment, :created_at, :data_set_id, :finalized, :id, :source_id, :updated_at, :revocation_comment, :revoked, :revoked_at) SENSITIVE = [] include Aws::Structure end |
#source_id ⇒ String
The revision ID of the owned revision corresponding to the entitled revision being viewed. This parameter is returned when a revision owner is viewing the entitled copy of its owned revision.
4304 4305 4306 4307 4308 4309 4310 4311 4312 4313 4314 4315 4316 4317 4318 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 4304 class UpdateRevisionResponse < Struct.new( :arn, :comment, :created_at, :data_set_id, :finalized, :id, :source_id, :updated_at, :revocation_comment, :revoked, :revoked_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The date and time that the revision was last updated, in ISO 8601 format.
4304 4305 4306 4307 4308 4309 4310 4311 4312 4313 4314 4315 4316 4317 4318 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 4304 class UpdateRevisionResponse < Struct.new( :arn, :comment, :created_at, :data_set_id, :finalized, :id, :source_id, :updated_at, :revocation_comment, :revoked, :revoked_at) SENSITIVE = [] include Aws::Structure end |