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)


6184
6185
6186
6187
6188
6189
6190
6191
6192
6193
6194
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6184

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)


6184
6185
6186
6187
6188
6189
6190
6191
6192
6193
6194
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6184

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)


6184
6185
6186
6187
6188
6189
6190
6191
6192
6193
6194
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6184

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)


6184
6185
6186
6187
6188
6189
6190
6191
6192
6193
6194
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6184

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)


6184
6185
6186
6187
6188
6189
6190
6191
6192
6193
6194
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6184

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)


6184
6185
6186
6187
6188
6189
6190
6191
6192
6193
6194
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6184

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)


6184
6185
6186
6187
6188
6189
6190
6191
6192
6193
6194
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6184

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