Class: Aws::DataZone::Types::AssetRevision
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::AssetRevision
- Includes:
- Structure
- Defined in:
- 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.
1042 1043 1044 1045 1046 1047 1048 1049 1050 |
# File 'lib/aws-sdk-datazone/types.rb', line 1042 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.
1042 1043 1044 1045 1046 1047 1048 1049 1050 |
# File 'lib/aws-sdk-datazone/types.rb', line 1042 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.
1042 1043 1044 1045 1046 1047 1048 1049 1050 |
# File 'lib/aws-sdk-datazone/types.rb', line 1042 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.
1042 1043 1044 1045 1046 1047 1048 1049 1050 |
# File 'lib/aws-sdk-datazone/types.rb', line 1042 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.
1042 1043 1044 1045 1046 1047 1048 1049 1050 |
# File 'lib/aws-sdk-datazone/types.rb', line 1042 class AssetRevision < Struct.new( :created_at, :created_by, :domain_id, :id, :revision) SENSITIVE = [] include Aws::Structure end |