Class: Aws::DevOpsAgent::Types::AssetVersionMetadata

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-devopsagent/types.rb

Overview

Metadata for a single version of an asset, including the version number and timestamps.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

Timestamp when this asset version was created

Returns:

  • (Time)


445
446
447
448
449
450
451
# File 'lib/aws-sdk-devopsagent/types.rb', line 445

class AssetVersionMetadata < Struct.new(
  :version,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

Timestamp when this asset version was last updated

Returns:

  • (Time)


445
446
447
448
449
450
451
# File 'lib/aws-sdk-devopsagent/types.rb', line 445

class AssetVersionMetadata < Struct.new(
  :version,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#versionInteger

The version number of this asset

Returns:

  • (Integer)


445
446
447
448
449
450
451
# File 'lib/aws-sdk-devopsagent/types.rb', line 445

class AssetVersionMetadata < Struct.new(
  :version,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end