Class: Aws::Omics::Types::CreateRunCacheResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::CreateRunCacheResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
Unique resource identifier for the run cache.
-
#id ⇒ String
Identifier for the run cache.
-
#status ⇒ String
Run cache status.
-
#tags ⇒ Hash<String,String>
The tags associated with this run cache.
Instance Attribute Details
#arn ⇒ String
Unique resource identifier for the run cache.
987 988 989 990 991 992 993 994 |
# File 'lib/aws-sdk-omics/types.rb', line 987 class CreateRunCacheResponse < Struct.new( :arn, :id, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
Identifier for the run cache.
987 988 989 990 991 992 993 994 |
# File 'lib/aws-sdk-omics/types.rb', line 987 class CreateRunCacheResponse < Struct.new( :arn, :id, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Run cache status.
987 988 989 990 991 992 993 994 |
# File 'lib/aws-sdk-omics/types.rb', line 987 class CreateRunCacheResponse < Struct.new( :arn, :id, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags associated with this run cache.
987 988 989 990 991 992 993 994 |
# File 'lib/aws-sdk-omics/types.rb', line 987 class CreateRunCacheResponse < Struct.new( :arn, :id, :status, :tags) SENSITIVE = [] include Aws::Structure end |