Class: Aws::Omics::Types::RunCacheListItem

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

Unique resource identifier for the run cache.

Returns:

  • (String)

5943
5944
5945
5946
5947
5948
5949
5950
5951
5952
5953
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5943

class RunCacheListItem < Struct.new(
  :arn,
  :cache_behavior,
  :cache_s3_uri,
  :creation_time,
  :id,
  :name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#cache_behaviorString

Default cache behavior for the run cache.

Returns:

  • (String)

5943
5944
5945
5946
5947
5948
5949
5950
5951
5952
5953
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5943

class RunCacheListItem < Struct.new(
  :arn,
  :cache_behavior,
  :cache_s3_uri,
  :creation_time,
  :id,
  :name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#cache_s3_uriString

The S3 uri for the run cache data.

Returns:

  • (String)

5943
5944
5945
5946
5947
5948
5949
5950
5951
5952
5953
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5943

class RunCacheListItem < Struct.new(
  :arn,
  :cache_behavior,
  :cache_s3_uri,
  :creation_time,
  :id,
  :name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

The time that this run cache was created (an ISO 8601 formatted string).

Returns:

  • (Time)

5943
5944
5945
5946
5947
5948
5949
5950
5951
5952
5953
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5943

class RunCacheListItem < Struct.new(
  :arn,
  :cache_behavior,
  :cache_s3_uri,
  :creation_time,
  :id,
  :name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identifier for this run cache.

Returns:

  • (String)

5943
5944
5945
5946
5947
5948
5949
5950
5951
5952
5953
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5943

class RunCacheListItem < Struct.new(
  :arn,
  :cache_behavior,
  :cache_s3_uri,
  :creation_time,
  :id,
  :name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the run cache.

Returns:

  • (String)

5943
5944
5945
5946
5947
5948
5949
5950
5951
5952
5953
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5943

class RunCacheListItem < Struct.new(
  :arn,
  :cache_behavior,
  :cache_s3_uri,
  :creation_time,
  :id,
  :name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The run cache status.

Returns:

  • (String)

5943
5944
5945
5946
5947
5948
5949
5950
5951
5952
5953
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5943

class RunCacheListItem < Struct.new(
  :arn,
  :cache_behavior,
  :cache_s3_uri,
  :creation_time,
  :id,
  :name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end