Class: Aws::Omics::Types::GetReferenceMetadataResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The reference's ARN.

Returns:

  • (String)


2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2396

class GetReferenceMetadataResponse < Struct.new(
  :id,
  :arn,
  :reference_store_id,
  :md5,
  :status,
  :name,
  :description,
  :creation_time,
  :update_time,
  :files)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

When the reference was created.

Returns:

  • (Time)


2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2396

class GetReferenceMetadataResponse < Struct.new(
  :id,
  :arn,
  :reference_store_id,
  :md5,
  :status,
  :name,
  :description,
  :creation_time,
  :update_time,
  :files)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The reference's description.

Returns:

  • (String)


2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2396

class GetReferenceMetadataResponse < Struct.new(
  :id,
  :arn,
  :reference_store_id,
  :md5,
  :status,
  :name,
  :description,
  :creation_time,
  :update_time,
  :files)
  SENSITIVE = []
  include Aws::Structure
end

#filesTypes::ReferenceFiles

The reference's files.



2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2396

class GetReferenceMetadataResponse < Struct.new(
  :id,
  :arn,
  :reference_store_id,
  :md5,
  :status,
  :name,
  :description,
  :creation_time,
  :update_time,
  :files)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The reference's ID.

Returns:

  • (String)


2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2396

class GetReferenceMetadataResponse < Struct.new(
  :id,
  :arn,
  :reference_store_id,
  :md5,
  :status,
  :name,
  :description,
  :creation_time,
  :update_time,
  :files)
  SENSITIVE = []
  include Aws::Structure
end

#md5String

The reference's MD5 checksum.

Returns:

  • (String)


2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2396

class GetReferenceMetadataResponse < Struct.new(
  :id,
  :arn,
  :reference_store_id,
  :md5,
  :status,
  :name,
  :description,
  :creation_time,
  :update_time,
  :files)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The reference's name.

Returns:

  • (String)


2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2396

class GetReferenceMetadataResponse < Struct.new(
  :id,
  :arn,
  :reference_store_id,
  :md5,
  :status,
  :name,
  :description,
  :creation_time,
  :update_time,
  :files)
  SENSITIVE = []
  include Aws::Structure
end

#reference_store_idString

The reference's reference store ID.

Returns:

  • (String)


2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2396

class GetReferenceMetadataResponse < Struct.new(
  :id,
  :arn,
  :reference_store_id,
  :md5,
  :status,
  :name,
  :description,
  :creation_time,
  :update_time,
  :files)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The reference's status.

Returns:

  • (String)


2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2396

class GetReferenceMetadataResponse < Struct.new(
  :id,
  :arn,
  :reference_store_id,
  :md5,
  :status,
  :name,
  :description,
  :creation_time,
  :update_time,
  :files)
  SENSITIVE = []
  include Aws::Structure
end

#update_timeTime

When the reference was updated.

Returns:

  • (Time)


2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2396

class GetReferenceMetadataResponse < Struct.new(
  :id,
  :arn,
  :reference_store_id,
  :md5,
  :status,
  :name,
  :description,
  :creation_time,
  :update_time,
  :files)
  SENSITIVE = []
  include Aws::Structure
end