Class: Aws::Types::SpliceInsertMessage
- Inherits:
-
Object
- Object
- Aws::Types::SpliceInsertMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#avail_num ⇒ ::Integer
Returns the value of attribute avail_num.
-
#avails_expected ⇒ ::Integer
Returns the value of attribute avails_expected.
-
#splice_event_id ⇒ ::Integer
Returns the value of attribute splice_event_id.
-
#unique_program_id ⇒ ::Integer
Returns the value of attribute unique_program_id.
Instance Attribute Details
#avail_num ⇒ ::Integer
Returns the value of attribute avail_num.
1142 1143 1144 |
# File 'sig/types.rbs', line 1142 def avail_num @avail_num end |
#avails_expected ⇒ ::Integer
Returns the value of attribute avails_expected.
1143 1144 1145 |
# File 'sig/types.rbs', line 1143 def avails_expected @avails_expected end |
#splice_event_id ⇒ ::Integer
Returns the value of attribute splice_event_id.
1144 1145 1146 |
# File 'sig/types.rbs', line 1144 def splice_event_id @splice_event_id end |
#unique_program_id ⇒ ::Integer
Returns the value of attribute unique_program_id.
1145 1146 1147 |
# File 'sig/types.rbs', line 1145 def unique_program_id @unique_program_id end |