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.
445 446 447 |
# File 'sig/types.rbs', line 445 def source_location_name @source_location_name end |
#vod_source_name ⇒ ::String
Returns the value of attribute vod_source_name.
446 447 448 |
# File 'sig/types.rbs', line 446 def vod_source_name @vod_source_name end |