Class: Aws::DevOpsAgent::Types::AssetFileSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::AssetFileSummary
- Defined in:
- gems/aws-sdk-devopsagent/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
418 419 420 421 422 423 424 425 426 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 418 class AssetFileSummary < Struct.new( :path, :metadata, :version, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#metadata ⇒ Hash, ...
The metadata for this file
418 419 420 421 422 423 424 425 426 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 418 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
418 419 420 421 422 423 424 425 426 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 418 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
418 419 420 421 422 423 424 425 426 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 418 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
418 419 420 421 422 423 424 425 426 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 418 class AssetFileSummary < Struct.new( :path, :metadata, :version, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |