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)


2571
2572
2573
2574
2575
2576
2577
2578
2579
# File 'lib/aws-sdk-omics/types.rb', line 2571

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

#idString

The reference’s ID.

Returns:

  • (String)


2571
2572
2573
2574
2575
2576
2577
2578
2579
# File 'lib/aws-sdk-omics/types.rb', line 2571

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)


2571
2572
2573
2574
2575
2576
2577
2578
2579
# File 'lib/aws-sdk-omics/types.rb', line 2571

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

#rangeString

The range to retrieve.

Returns:

  • (String)


2571
2572
2573
2574
2575
2576
2577
2578
2579
# File 'lib/aws-sdk-omics/types.rb', line 2571

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)


2571
2572
2573
2574
2575
2576
2577
2578
2579
# File 'lib/aws-sdk-omics/types.rb', line 2571

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