Class: Aws::DataExchange::Types::GetRevisionResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN for the revision.

Returns:

  • (String)


1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1539

class GetRevisionResponse < Struct.new(
  :arn,
  :comment,
  :created_at,
  :data_set_id,
  :finalized,
  :id,
  :source_id,
  :tags,
  :updated_at,
  :revocation_comment,
  :revoked,
  :revoked_at)
  SENSITIVE = []
  include Aws::Structure
end

#commentString

An optional comment about the revision.

Returns:

  • (String)


1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1539

class GetRevisionResponse < Struct.new(
  :arn,
  :comment,
  :created_at,
  :data_set_id,
  :finalized,
  :id,
  :source_id,
  :tags,
  :updated_at,
  :revocation_comment,
  :revoked,
  :revoked_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The date and time that the revision was created, in ISO 8601 format.

Returns:

  • (Time)


1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1539

class GetRevisionResponse < Struct.new(
  :arn,
  :comment,
  :created_at,
  :data_set_id,
  :finalized,
  :id,
  :source_id,
  :tags,
  :updated_at,
  :revocation_comment,
  :revoked,
  :revoked_at)
  SENSITIVE = []
  include Aws::Structure
end

#data_set_idString

The unique identifier for the data set associated with the data set revision.

Returns:

  • (String)


1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1539

class GetRevisionResponse < Struct.new(
  :arn,
  :comment,
  :created_at,
  :data_set_id,
  :finalized,
  :id,
  :source_id,
  :tags,
  :updated_at,
  :revocation_comment,
  :revoked,
  :revoked_at)
  SENSITIVE = []
  include Aws::Structure
end

#finalizedBoolean

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 your 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.

Returns:

  • (Boolean)


1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1539

class GetRevisionResponse < Struct.new(
  :arn,
  :comment,
  :created_at,
  :data_set_id,
  :finalized,
  :id,
  :source_id,
  :tags,
  :updated_at,
  :revocation_comment,
  :revoked,
  :revoked_at)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier for the revision.

Returns:

  • (String)


1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1539

class GetRevisionResponse < Struct.new(
  :arn,
  :comment,
  :created_at,
  :data_set_id,
  :finalized,
  :id,
  :source_id,
  :tags,
  :updated_at,
  :revocation_comment,
  :revoked,
  :revoked_at)
  SENSITIVE = []
  include Aws::Structure
end

#revocation_commentString

A required comment to inform subscribers of the reason their access to the revision was revoked.

Returns:

  • (String)


1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1539

class GetRevisionResponse < Struct.new(
  :arn,
  :comment,
  :created_at,
  :data_set_id,
  :finalized,
  :id,
  :source_id,
  :tags,
  :updated_at,
  :revocation_comment,
  :revoked,
  :revoked_at)
  SENSITIVE = []
  include Aws::Structure
end

#revokedBoolean

A status indicating that subscribers' access to the revision was revoked.

Returns:

  • (Boolean)


1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1539

class GetRevisionResponse < Struct.new(
  :arn,
  :comment,
  :created_at,
  :data_set_id,
  :finalized,
  :id,
  :source_id,
  :tags,
  :updated_at,
  :revocation_comment,
  :revoked,
  :revoked_at)
  SENSITIVE = []
  include Aws::Structure
end

#revoked_atTime

The date and time that the revision was revoked, in ISO 8601 format.

Returns:

  • (Time)


1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1539

class GetRevisionResponse < Struct.new(
  :arn,
  :comment,
  :created_at,
  :data_set_id,
  :finalized,
  :id,
  :source_id,
  :tags,
  :updated_at,
  :revocation_comment,
  :revoked,
  :revoked_at)
  SENSITIVE = []
  include Aws::Structure
end

#source_idString

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.

Returns:

  • (String)


1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1539

class GetRevisionResponse < Struct.new(
  :arn,
  :comment,
  :created_at,
  :data_set_id,
  :finalized,
  :id,
  :source_id,
  :tags,
  :updated_at,
  :revocation_comment,
  :revoked,
  :revoked_at)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags for the revision.

Returns:

  • (Hash<String,String>)


1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1539

class GetRevisionResponse < Struct.new(
  :arn,
  :comment,
  :created_at,
  :data_set_id,
  :finalized,
  :id,
  :source_id,
  :tags,
  :updated_at,
  :revocation_comment,
  :revoked,
  :revoked_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The date and time that the revision was last updated, in ISO 8601 format.

Returns:

  • (Time)


1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1539

class GetRevisionResponse < Struct.new(
  :arn,
  :comment,
  :created_at,
  :data_set_id,
  :finalized,
  :id,
  :source_id,
  :tags,
  :updated_at,
  :revocation_comment,
  :revoked,
  :revoked_at)
  SENSITIVE = []
  include Aws::Structure
end