Class: Aws::Types::DeleteVodSourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteVodSourceRequest
- 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.
432 433 434 |
# File 'sig/types.rbs', line 432 def source_location_name @source_location_name end |
#vod_source_name ⇒ ::String
Returns the value of attribute vod_source_name.
433 434 435 |
# File 'sig/types.rbs', line 433 def vod_source_name @vod_source_name end |