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.
1193 1194 1195 |
# File 'sig/types.rbs', line 1193 def duration_millis @duration_millis end |
#relative_position ⇒ "BEFORE_PROGRAM", "AFTER_PROGRAM"
Returns the value of attribute relative_position.
1194 1195 1196 |
# File 'sig/types.rbs', line 1194 def relative_position @relative_position end |
#relative_program ⇒ ::String
Returns the value of attribute relative_program.
1195 1196 1197 |
# File 'sig/types.rbs', line 1195 def relative_program @relative_program end |
#scheduled_start_time_millis ⇒ ::Integer
Returns the value of attribute scheduled_start_time_millis.
1196 1197 1198 |
# File 'sig/types.rbs', line 1196 def scheduled_start_time_millis @scheduled_start_time_millis end |
#type ⇒ ::String
Returns the value of attribute type.
1197 1198 1199 |
# File 'sig/types.rbs', line 1197 def type @type end |