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



329
330
331
332
333
334
335
336
337
338
# File 'lib/aws-sdk-devopsagent/types.rb', line 329

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)


329
330
331
332
333
334
335
336
337
338
# File 'lib/aws-sdk-devopsagent/types.rb', line 329

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)


329
330
331
332
333
334
335
336
337
338
# File 'lib/aws-sdk-devopsagent/types.rb', line 329

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)


329
330
331
332
333
334
335
336
337
338
# File 'lib/aws-sdk-devopsagent/types.rb', line 329

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)


329
330
331
332
333
334
335
336
337
338
# File 'lib/aws-sdk-devopsagent/types.rb', line 329

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)


329
330
331
332
333
334
335
336
337
338
# File 'lib/aws-sdk-devopsagent/types.rb', line 329

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