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

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

#fileString

The file to retrieve.

Returns:

  • (String)


2441
2442
2443
2444
2445
2446
2447
2448
2449
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2441

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

#idString

The reference's ID.

Returns:

  • (String)


2441
2442
2443
2444
2445
2446
2447
2448
2449
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2441

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)


2441
2442
2443
2444
2445
2446
2447
2448
2449
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2441

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

#rangeString

The range to retrieve.

Returns:

  • (String)


2441
2442
2443
2444
2445
2446
2447
2448
2449
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2441

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)


2441
2442
2443
2444
2445
2446
2447
2448
2449
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2441

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