Class: Aws::Types::Transition
- Inherits:
-
Object
- Object
- Aws::Types::Transition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#duration_millis ⇒ ::Integer
Returns the value of attribute duration_millis.
-
#relative_position ⇒ "BEFORE_PROGRAM", "AFTER_PROGRAM"
Returns the value of attribute relative_position.
-
#relative_program ⇒ ::String
Returns the value of attribute relative_program.
-
#scheduled_start_time_millis ⇒ ::Integer
Returns the value of attribute scheduled_start_time_millis.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#duration_millis ⇒ ::Integer
Returns the value of attribute duration_millis.
1218 1219 1220 |
# File 'sig/types.rbs', line 1218 def duration_millis @duration_millis end |
#relative_position ⇒ "BEFORE_PROGRAM", "AFTER_PROGRAM"
Returns the value of attribute relative_position.
1219 1220 1221 |
# File 'sig/types.rbs', line 1219 def relative_position @relative_position end |
#relative_program ⇒ ::String
Returns the value of attribute relative_program.
1220 1221 1222 |
# File 'sig/types.rbs', line 1220 def relative_program @relative_program end |
#scheduled_start_time_millis ⇒ ::Integer
Returns the value of attribute scheduled_start_time_millis.
1221 1222 1223 |
# File 'sig/types.rbs', line 1221 def scheduled_start_time_millis @scheduled_start_time_millis end |
#type ⇒ ::String
Returns the value of attribute type.
1222 1223 1224 |
# File 'sig/types.rbs', line 1222 def type @type end |