Class: Aws::DataZone::Types::AssetRevision
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::AssetRevision
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
The revision of an inventory asset.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp of when an inventory asset revison was created.
-
#created_by ⇒ String
The Amazon DataZone user who created the asset revision.
-
#domain_id ⇒ String
The Amazon DataZone user who created the inventory asset.
-
#id ⇒ String
The identifier of the inventory asset revision.
-
#revision ⇒ String
The revision details of the inventory asset.
Instance Attribute Details
#created_at ⇒ Time
The timestamp of when an inventory asset revison was created.
828 829 830 831 832 833 834 835 836 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 828 class AssetRevision < Struct.new( :created_at, :created_by, :domain_id, :id, :revision) SENSITIVE = [] include Aws::Structure end |
#created_by ⇒ String
The Amazon DataZone user who created the asset revision.
828 829 830 831 832 833 834 835 836 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 828 class AssetRevision < Struct.new( :created_at, :created_by, :domain_id, :id, :revision) SENSITIVE = [] include Aws::Structure end |
#domain_id ⇒ String
The Amazon DataZone user who created the inventory asset.
828 829 830 831 832 833 834 835 836 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 828 class AssetRevision < Struct.new( :created_at, :created_by, :domain_id, :id, :revision) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier of the inventory asset revision.
828 829 830 831 832 833 834 835 836 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 828 class AssetRevision < Struct.new( :created_at, :created_by, :domain_id, :id, :revision) SENSITIVE = [] include Aws::Structure end |
#revision ⇒ String
The revision details of the inventory asset.
828 829 830 831 832 833 834 835 836 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 828 class AssetRevision < Struct.new( :created_at, :created_by, :domain_id, :id, :revision) SENSITIVE = [] include Aws::Structure end |