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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


5548
5549
5550
5551
5552
5553
5554
5555
5556
5557
5558
# File '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_behaviorString

Default cache behavior for the run cache.

Returns:

  • (String)


5548
5549
5550
5551
5552
5553
5554
5555
5556
5557
5558
# File '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_uriString

The S3 uri for the run cache data.

Returns:

  • (String)


5548
5549
5550
5551
5552
5553
5554
5555
5556
5557
5558
# File '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_timeTime

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

Returns:

  • (Time)


5548
5549
5550
5551
5552
5553
5554
5555
5556
5557
5558
# File '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

#idString

The identifier for this run cache.

Returns:

  • (String)


5548
5549
5550
5551
5552
5553
5554
5555
5556
5557
5558
# File '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

#nameString

The name of the run cache.

Returns:

  • (String)


5548
5549
5550
5551
5552
5553
5554
5555
5556
5557
5558
# File '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

#statusString

The run cache status.

Returns:

  • (String)


5548
5549
5550
5551
5552
5553
5554
5555
5556
5557
5558
# File '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