Class: Aws::DevOpsAgent::Types::AssetFileSummary

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

Overview

Summary of a file within an asset, including its path, version, and timestamps.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

Timestamp when this file was created

Returns:

  • (Time)


399
400
401
402
403
404
405
406
407
# File 'lib/aws-sdk-devopsagent/types.rb', line 399

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

#metadataHash, ...

The metadata for this file

Returns:

  • (Hash, Array, String, Numeric, Boolean)


399
400
401
402
403
404
405
406
407
# File 'lib/aws-sdk-devopsagent/types.rb', line 399

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

#pathString

The path of this file within the asset

Returns:

  • (String)


399
400
401
402
403
404
405
406
407
# File 'lib/aws-sdk-devopsagent/types.rb', line 399

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

#updated_atTime

Timestamp when this file was last updated

Returns:

  • (Time)


399
400
401
402
403
404
405
406
407
# File 'lib/aws-sdk-devopsagent/types.rb', line 399

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

#versionInteger

The asset version this file belongs to

Returns:

  • (Integer)


399
400
401
402
403
404
405
406
407
# File 'lib/aws-sdk-devopsagent/types.rb', line 399

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