Class: Aws::Omics::Types::CreateRunCacheResponse

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

#arnString

Unique resource identifier for the run cache.

Returns:

  • (String)


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

#idString

Identifier for the run cache.

Returns:

  • (String)


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

#statusString

Run cache status.

Returns:

  • (String)


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

#tagsHash<String,String>

The tags associated with this run cache.

Returns:

  • (Hash<String,String>)


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