Class: Aws::Omics::Types::GetRunCacheResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Unique resource identifier for the run cache.

Returns:

  • (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

#cache_behaviorString

The default cache behavior for runs using this cache.

Returns:

  • (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

#cache_bucket_owner_idString

The identifier of the bucket owner.

Returns:

  • (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

#cache_s3_uriString

The S3 URI where the cache data is stored.

Returns:

  • (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

#creation_timeTime

Creation time of the run cache (an ISO 8601 formatted string).

Returns:

  • (Time)


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

#descriptionString

The run cache description.

Returns:

  • (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

#idString

The run cache ID.

Returns:

  • (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

#nameString

The run cache name.

Returns:

  • (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

#statusString

The run cache status.

Returns:

  • (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

#tagsHash<String,String>

The tags associated with the run cache.

Returns:

  • (Hash<String,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