Class: Aws::Omics::Types::UpdateRunCacheRequest

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

#cache_behaviorString

Update the default run cache behavior.

Returns:

  • (String)


9030
9031
9032
9033
9034
9035
9036
9037
# File 'lib/aws-sdk-omics/types.rb', line 9030

class UpdateRunCacheRequest < Struct.new(
  :cache_behavior,
  :description,
  :id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

Update the run cache description.

Returns:

  • (String)


9030
9031
9032
9033
9034
9035
9036
9037
# File 'lib/aws-sdk-omics/types.rb', line 9030

class UpdateRunCacheRequest < Struct.new(
  :cache_behavior,
  :description,
  :id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identifier of the run cache you want to update.

Returns:

  • (String)


9030
9031
9032
9033
9034
9035
9036
9037
# File 'lib/aws-sdk-omics/types.rb', line 9030

class UpdateRunCacheRequest < Struct.new(
  :cache_behavior,
  :description,
  :id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Update the name of the run cache.

Returns:

  • (String)


9030
9031
9032
9033
9034
9035
9036
9037
# File 'lib/aws-sdk-omics/types.rb', line 9030

class UpdateRunCacheRequest < Struct.new(
  :cache_behavior,
  :description,
  :id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end