Class: Aws::DataExchange::Types::GetRevisionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::GetRevisionResponse
- Defined in:
- gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
An Amazon Resource Name (ARN) that uniquely identifies an AWS resource.
-
#comment ⇒ String
-
#created_at ⇒ Time
Dates and times in AWS Data Exchange are recorded in ISO 8601 format.
-
#data_set_id ⇒ String
A unique identifier.
-
#finalized ⇒ Boolean
-
#id ⇒ String
A unique identifier.
-
#revocation_comment ⇒ String
-
#revoked ⇒ Boolean
-
#revoked_at ⇒ Time
Dates and times in AWS Data Exchange are recorded in ISO 8601 format.
-
#source_id ⇒ String
A unique identifier.
-
#tags ⇒ Hash<String,String>
-
#updated_at ⇒ Time
Dates and times in AWS Data Exchange are recorded in ISO 8601 format.
Instance Attribute Details
#arn ⇒ String
An Amazon Resource Name (ARN) that uniquely identifies an AWS resource.
1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1700 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 |
#comment ⇒ String
1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1700 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_at ⇒ Time
Dates and times in AWS Data Exchange are recorded in ISO 8601 format.
1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1700 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_id ⇒ String
A unique identifier.
1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1700 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 |
#finalized ⇒ Boolean
1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1700 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 |
#id ⇒ String
A unique identifier.
1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1700 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_comment ⇒ String
1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1700 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 ⇒ Boolean
1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1700 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_at ⇒ Time
Dates and times in AWS Data Exchange are recorded in ISO 8601 format.
1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1700 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_id ⇒ String
A unique identifier.
1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1700 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 |
#tags ⇒ Hash<String,String>
1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1700 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_at ⇒ Time
Dates and times in AWS Data Exchange are recorded in ISO 8601 format.
1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1700 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 |