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

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

Instance Attribute Details

#created_atTime

The timestamp of when an inventory asset revison was created.

Returns:

  • (Time)


548
549
550
551
552
553
554
555
556
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 548

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)


548
549
550
551
552
553
554
555
556
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 548

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)


548
549
550
551
552
553
554
555
556
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 548

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)


548
549
550
551
552
553
554
555
556
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 548

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)


548
549
550
551
552
553
554
555
556
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 548

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