Class: Aws::DataZone::Types::AssetRevision

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#created_atTime

The timestamp of when an inventory asset revison was created.

Returns:

  • (Time)


838
839
840
841
842
843
844
845
846
# File 'lib/aws-sdk-datazone/types.rb', line 838

class AssetRevision < Struct.new(
  :created_at,
  :created_by,
  :domain_id,
  :id,
  :revision)
  SENSITIVE = []
  include Aws::Structure
end

#created_byString

The Amazon DataZone user who created the asset revision.

Returns:

  • (String)


838
839
840
841
842
843
844
845
846
# File 'lib/aws-sdk-datazone/types.rb', line 838

class AssetRevision < Struct.new(
  :created_at,
  :created_by,
  :domain_id,
  :id,
  :revision)
  SENSITIVE = []
  include Aws::Structure
end

#domain_idString

The Amazon DataZone user who created the inventory asset.

Returns:

  • (String)


838
839
840
841
842
843
844
845
846
# File 'lib/aws-sdk-datazone/types.rb', line 838

class AssetRevision < Struct.new(
  :created_at,
  :created_by,
  :domain_id,
  :id,
  :revision)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identifier of the inventory asset revision.

Returns:

  • (String)


838
839
840
841
842
843
844
845
846
# File 'lib/aws-sdk-datazone/types.rb', line 838

class AssetRevision < Struct.new(
  :created_at,
  :created_by,
  :domain_id,
  :id,
  :revision)
  SENSITIVE = []
  include Aws::Structure
end

#revisionString

The revision details of the inventory asset.

Returns:

  • (String)


838
839
840
841
842
843
844
845
846
# File 'lib/aws-sdk-datazone/types.rb', line 838

class AssetRevision < Struct.new(
  :created_at,
  :created_by,
  :domain_id,
  :id,
  :revision)
  SENSITIVE = []
  include Aws::Structure
end