Class: Aws::Types::GetReadSetRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetReadSetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#file ⇒ "SOURCE1", ...
Returns the value of attribute file.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#part_number ⇒ ::Integer
Returns the value of attribute part_number.
-
#sequence_store_id ⇒ ::String
Returns the value of attribute sequence_store_id.
Instance Attribute Details
#file ⇒ "SOURCE1", ...
Returns the value of attribute file.
926 927 928 |
# File 'sig/types.rbs', line 926 def file @file end |
#id ⇒ ::String
Returns the value of attribute id.
924 925 926 |
# File 'sig/types.rbs', line 924 def id @id end |
#part_number ⇒ ::Integer
Returns the value of attribute part_number.
927 928 929 |
# File 'sig/types.rbs', line 927 def part_number @part_number end |
#sequence_store_id ⇒ ::String
Returns the value of attribute sequence_store_id.
925 926 927 |
# File 'sig/types.rbs', line 925 def sequence_store_id @sequence_store_id end |