Class: Aws::Types::DescribeVodSourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeVodSourceRequest
- 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.
521 522 523 |
# File 'sig/types.rbs', line 521 def source_location_name @source_location_name end |
#vod_source_name ⇒ ::String
Returns the value of attribute vod_source_name.
522 523 524 |
# File 'sig/types.rbs', line 522 def vod_source_name @vod_source_name end |