Class: Aws::DevOpsAgent::Types::AssetFileContent

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

Overview

A single file with path and content

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bodyTypes::AssetFileBody

The file content



366
367
368
369
370
371
372
# File 'lib/aws-sdk-devopsagent/types.rb', line 366

class AssetFileContent < Struct.new(
  :path,
  :body,
  :metadata)
  SENSITIVE = []
  include Aws::Structure
end

#metadataHash, ...

Optional metadata for this file

Returns:

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


366
367
368
369
370
371
372
# File 'lib/aws-sdk-devopsagent/types.rb', line 366

class AssetFileContent < Struct.new(
  :path,
  :body,
  :metadata)
  SENSITIVE = []
  include Aws::Structure
end

#pathString

The path of the file within the asset

Returns:

  • (String)


366
367
368
369
370
371
372
# File 'lib/aws-sdk-devopsagent/types.rb', line 366

class AssetFileContent < Struct.new(
  :path,
  :body,
  :metadata)
  SENSITIVE = []
  include Aws::Structure
end