Class: Aws::Omics::Types::GetRunCacheResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::GetRunCacheResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
Unique resource identifier for the run cache.
-
#cache_behavior ⇒ String
The default cache behavior for runs using this cache.
-
#cache_bucket_owner_id ⇒ String
The identifier of the bucket owner.
-
#cache_s3_uri ⇒ String
The S3 URI where the cache data is stored.
-
#creation_time ⇒ Time
Creation time of the run cache (an ISO 8601 formatted string).
-
#description ⇒ String
The run cache description.
-
#id ⇒ String
The run cache ID.
-
#name ⇒ String
The run cache name.
-
#status ⇒ String
The run cache status.
-
#tags ⇒ Hash<String,String>
The tags associated with the run cache.
Instance Attribute Details
#arn ⇒ String
Unique resource identifier for the run cache.
2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 |
# File 'lib/aws-sdk-omics/types.rb', line 2747 class GetRunCacheResponse < Struct.new( :arn, :cache_behavior, :cache_bucket_owner_id, :cache_s3_uri, :creation_time, :description, :id, :name, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#cache_behavior ⇒ String
The default cache behavior for runs using this cache.
2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 |
# File 'lib/aws-sdk-omics/types.rb', line 2747 class GetRunCacheResponse < Struct.new( :arn, :cache_behavior, :cache_bucket_owner_id, :cache_s3_uri, :creation_time, :description, :id, :name, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#cache_bucket_owner_id ⇒ String
The identifier of the bucket owner.
2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 |
# File 'lib/aws-sdk-omics/types.rb', line 2747 class GetRunCacheResponse < Struct.new( :arn, :cache_behavior, :cache_bucket_owner_id, :cache_s3_uri, :creation_time, :description, :id, :name, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#cache_s3_uri ⇒ String
The S3 URI where the cache data is stored.
2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 |
# File 'lib/aws-sdk-omics/types.rb', line 2747 class GetRunCacheResponse < Struct.new( :arn, :cache_behavior, :cache_bucket_owner_id, :cache_s3_uri, :creation_time, :description, :id, :name, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
Creation time of the run cache (an ISO 8601 formatted string).
2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 |
# File 'lib/aws-sdk-omics/types.rb', line 2747 class GetRunCacheResponse < Struct.new( :arn, :cache_behavior, :cache_bucket_owner_id, :cache_s3_uri, :creation_time, :description, :id, :name, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The run cache description.
2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 |
# File 'lib/aws-sdk-omics/types.rb', line 2747 class GetRunCacheResponse < Struct.new( :arn, :cache_behavior, :cache_bucket_owner_id, :cache_s3_uri, :creation_time, :description, :id, :name, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The run cache ID.
2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 |
# File 'lib/aws-sdk-omics/types.rb', line 2747 class GetRunCacheResponse < Struct.new( :arn, :cache_behavior, :cache_bucket_owner_id, :cache_s3_uri, :creation_time, :description, :id, :name, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The run cache name.
2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 |
# File 'lib/aws-sdk-omics/types.rb', line 2747 class GetRunCacheResponse < Struct.new( :arn, :cache_behavior, :cache_bucket_owner_id, :cache_s3_uri, :creation_time, :description, :id, :name, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The run cache status.
2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 |
# File 'lib/aws-sdk-omics/types.rb', line 2747 class GetRunCacheResponse < Struct.new( :arn, :cache_behavior, :cache_bucket_owner_id, :cache_s3_uri, :creation_time, :description, :id, :name, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags associated with the run cache.
2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 |
# File 'lib/aws-sdk-omics/types.rb', line 2747 class GetRunCacheResponse < Struct.new( :arn, :cache_behavior, :cache_bucket_owner_id, :cache_s3_uri, :creation_time, :description, :id, :name, :status, :tags) SENSITIVE = [] include Aws::Structure end |