Class: Aws::Types::GetReferenceRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetReferenceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#file ⇒ "SOURCE", "INDEX"
Returns the value of attribute file.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#part_number ⇒ ::Integer
Returns the value of attribute part_number.
-
#range ⇒ ::String
Returns the value of attribute range.
-
#reference_store_id ⇒ ::String
Returns the value of attribute reference_store_id.
Instance Attribute Details
#file ⇒ "SOURCE", "INDEX"
Returns the value of attribute file.
981 982 983 |
# File 'sig/types.rbs', line 981 def file @file end |
#id ⇒ ::String
Returns the value of attribute id.
977 978 979 |
# File 'sig/types.rbs', line 977 def id @id end |
#part_number ⇒ ::Integer
Returns the value of attribute part_number.
980 981 982 |
# File 'sig/types.rbs', line 980 def part_number @part_number end |
#range ⇒ ::String
Returns the value of attribute range.
979 980 981 |
# File 'sig/types.rbs', line 979 def range @range end |
#reference_store_id ⇒ ::String
Returns the value of attribute reference_store_id.
978 979 980 |
# File 'sig/types.rbs', line 978 def reference_store_id @reference_store_id end |