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)


2459
2460
2461
2462
2463
2464
2465
2466
2467
# File 'lib/aws-sdk-omics/types.rb', line 2459

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

#idString

The reference’s ID.

Returns:

  • (String)


2459
2460
2461
2462
2463
2464
2465
2466
2467
# File 'lib/aws-sdk-omics/types.rb', line 2459

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)


2459
2460
2461
2462
2463
2464
2465
2466
2467
# File 'lib/aws-sdk-omics/types.rb', line 2459

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

#rangeString

The range to retrieve.

Returns:

  • (String)


2459
2460
2461
2462
2463
2464
2465
2466
2467
# File 'lib/aws-sdk-omics/types.rb', line 2459

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)


2459
2460
2461
2462
2463
2464
2465
2466
2467
# File 'lib/aws-sdk-omics/types.rb', line 2459

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