Class: Aws::DevOpsAgent::Types::AssetFileSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::AssetFileSummary
- 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
-
#created_at ⇒ Time
Timestamp when this file was created.
-
#metadata ⇒ Hash, ...
The metadata for this file.
-
#path ⇒ String
The path of this file within the asset.
-
#updated_at ⇒ Time
Timestamp when this file was last updated.
-
#version ⇒ Integer
The asset version this file belongs to.
Instance Attribute Details
#created_at ⇒ Time
Timestamp when this file was created
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 |
#metadata ⇒ Hash, ...
The metadata for this file
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 |
#path ⇒ String
The path of this file within the asset
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_at ⇒ Time
Timestamp when this file was last updated
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 |
#version ⇒ Integer
The asset version this file belongs to
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 |