Class: Aws::Types::SegmentReference
- Inherits:
-
Object
- Object
- Aws::Types::SegmentReference
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#version ⇒ ::Integer
Returns the value of attribute version.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
2695 2696 2697 |
# File 'sig/types.rbs', line 2695 def id @id end |
#version ⇒ ::Integer
Returns the value of attribute version.
2696 2697 2698 |
# File 'sig/types.rbs', line 2696 def version @version end |