Class: Aws::DevOpsAgent::Types::AssetFile

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

Overview

Represents a single file within an asset, including its path, content, version, and timestamps.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contentTypes::AssetFileBody

The content of this file



310
311
312
313
314
315
316
317
318
319
# File 'lib/aws-sdk-devopsagent/types.rb', line 310

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

#created_atTime

Timestamp when this file was created

Returns:

  • (Time)


310
311
312
313
314
315
316
317
318
319
# File 'lib/aws-sdk-devopsagent/types.rb', line 310

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

#metadataHash, ...

The metadata for this file

Returns:

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


310
311
312
313
314
315
316
317
318
319
# File 'lib/aws-sdk-devopsagent/types.rb', line 310

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

#pathString

The path of this file within the asset

Returns:

  • (String)


310
311
312
313
314
315
316
317
318
319
# File 'lib/aws-sdk-devopsagent/types.rb', line 310

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

#updated_atTime

Timestamp when this file was last updated

Returns:

  • (Time)


310
311
312
313
314
315
316
317
318
319
# File 'lib/aws-sdk-devopsagent/types.rb', line 310

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

#versionInteger

The asset version this file belongs to

Returns:

  • (Integer)


310
311
312
313
314
315
316
317
318
319
# File 'lib/aws-sdk-devopsagent/types.rb', line 310

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