Class: Aws::Omics::Types::UpdateRunCacheRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::UpdateRunCacheRequest
- Defined in:
- gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cache_behavior ⇒ String
Update the default run cache behavior.
-
#description ⇒ String
Update the run cache description.
-
#id ⇒ String
The identifier of the run cache you want to update.
-
#name ⇒ String
Update the name of the run cache.
Instance Attribute Details
#cache_behavior ⇒ String
Update the default run cache behavior.
7666 7667 7668 7669 7670 7671 7672 7673 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 7666 class UpdateRunCacheRequest < Struct.new( :cache_behavior, :description, :id, :name) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Update the run cache description.
7666 7667 7668 7669 7670 7671 7672 7673 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 7666 class UpdateRunCacheRequest < Struct.new( :cache_behavior, :description, :id, :name) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier of the run cache you want to update.
7666 7667 7668 7669 7670 7671 7672 7673 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 7666 class UpdateRunCacheRequest < Struct.new( :cache_behavior, :description, :id, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Update the name of the run cache.
7666 7667 7668 7669 7670 7671 7672 7673 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 7666 class UpdateRunCacheRequest < Struct.new( :cache_behavior, :description, :id, :name) SENSITIVE = [] include Aws::Structure end |