Class: Aws::Types::SlateSource
- Inherits:
-
Object
- Object
- Aws::Types::SlateSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#source_location_name ⇒ ::String
Returns the value of attribute source_location_name.
-
#vod_source_name ⇒ ::String
Returns the value of attribute vod_source_name.
Instance Attribute Details
#source_location_name ⇒ ::String
Returns the value of attribute source_location_name.
1123 1124 1125 |
# File 'sig/types.rbs', line 1123 def source_location_name @source_location_name end |
#vod_source_name ⇒ ::String
Returns the value of attribute vod_source_name.
1124 1125 1126 |
# File 'sig/types.rbs', line 1124 def vod_source_name @vod_source_name end |