Class: Aws::Types::UpdateVodSourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateVodSourceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#http_package_configurations ⇒ ::Array[Types::HttpPackageConfiguration]
Returns the value of attribute http_package_configurations.
-
#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
#http_package_configurations ⇒ ::Array[Types::HttpPackageConfiguration]
Returns the value of attribute http_package_configurations.
1311 1312 1313 |
# File 'sig/types.rbs', line 1311 def http_package_configurations @http_package_configurations end |
#source_location_name ⇒ ::String
Returns the value of attribute source_location_name.
1312 1313 1314 |
# File 'sig/types.rbs', line 1312 def source_location_name @source_location_name end |
#vod_source_name ⇒ ::String
Returns the value of attribute vod_source_name.
1313 1314 1315 |
# File 'sig/types.rbs', line 1313 def vod_source_name @vod_source_name end |