Class: Aws::Omics::Types::GetReferenceRequest

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

#fileString

The file to retrieve.

Returns:

  • (String)


3698
3699
3700
3701
3702
3703
3704
3705
3706
# File 'lib/aws-sdk-omics/types.rb', line 3698

class GetReferenceRequest < Struct.new(
  :id,
  :reference_store_id,
  :range,
  :part_number,
  :file)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The reference’s ID.

Returns:

  • (String)


3698
3699
3700
3701
3702
3703
3704
3705
3706
# File 'lib/aws-sdk-omics/types.rb', line 3698

class GetReferenceRequest < Struct.new(
  :id,
  :reference_store_id,
  :range,
  :part_number,
  :file)
  SENSITIVE = []
  include Aws::Structure
end

#part_numberInteger

The part number to retrieve.

Returns:

  • (Integer)


3698
3699
3700
3701
3702
3703
3704
3705
3706
# File 'lib/aws-sdk-omics/types.rb', line 3698

class GetReferenceRequest < Struct.new(
  :id,
  :reference_store_id,
  :range,
  :part_number,
  :file)
  SENSITIVE = []
  include Aws::Structure
end

#rangeString

The range to retrieve.

Returns:

  • (String)


3698
3699
3700
3701
3702
3703
3704
3705
3706
# File 'lib/aws-sdk-omics/types.rb', line 3698

class GetReferenceRequest < Struct.new(
  :id,
  :reference_store_id,
  :range,
  :part_number,
  :file)
  SENSITIVE = []
  include Aws::Structure
end

#reference_store_idString

The reference’s store ID.

Returns:

  • (String)


3698
3699
3700
3701
3702
3703
3704
3705
3706
# File 'lib/aws-sdk-omics/types.rb', line 3698

class GetReferenceRequest < Struct.new(
  :id,
  :reference_store_id,
  :range,
  :part_number,
  :file)
  SENSITIVE = []
  include Aws::Structure
end