Class: Aws::Omics::Types::RunCacheListItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::RunCacheListItem
- Defined in:
- gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb
Overview
List entry for one run cache.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
Unique resource identifier for the run cache.
-
#cache_behavior ⇒ String
Default cache behavior for the run cache.
-
#cache_s3_uri ⇒ String
The S3 uri for the run cache data.
-
#creation_time ⇒ Time
The time that this run cache was created (an ISO 8601 formatted string).
-
#id ⇒ String
The identifier for this run cache.
-
#name ⇒ String
The name of the run cache.
-
#status ⇒ String
The run cache status.
Instance Attribute Details
#arn ⇒ String
Unique resource identifier for the run cache.
5548 5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5548 class RunCacheListItem < Struct.new( :arn, :cache_behavior, :cache_s3_uri, :creation_time, :id, :name, :status) SENSITIVE = [] include Aws::Structure end |
#cache_behavior ⇒ String
Default cache behavior for the run cache.
5548 5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5548 class RunCacheListItem < Struct.new( :arn, :cache_behavior, :cache_s3_uri, :creation_time, :id, :name, :status) SENSITIVE = [] include Aws::Structure end |
#cache_s3_uri ⇒ String
The S3 uri for the run cache data.
5548 5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5548 class RunCacheListItem < Struct.new( :arn, :cache_behavior, :cache_s3_uri, :creation_time, :id, :name, :status) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The time that this run cache was created (an ISO 8601 formatted string).
5548 5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5548 class RunCacheListItem < Struct.new( :arn, :cache_behavior, :cache_s3_uri, :creation_time, :id, :name, :status) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier for this run cache.
5548 5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5548 class RunCacheListItem < Struct.new( :arn, :cache_behavior, :cache_s3_uri, :creation_time, :id, :name, :status) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the run cache.
5548 5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5548 class RunCacheListItem < Struct.new( :arn, :cache_behavior, :cache_s3_uri, :creation_time, :id, :name, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The run cache status.
5548 5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5548 class RunCacheListItem < Struct.new( :arn, :cache_behavior, :cache_s3_uri, :creation_time, :id, :name, :status) SENSITIVE = [] include Aws::Structure end |