Class: Aws::Types::CreateVodSourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateVodSourceRequest
- 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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#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.
326 327 328 |
# File 'sig/types.rbs', line 326 def http_package_configurations @http_package_configurations end |
#source_location_name ⇒ ::String
Returns the value of attribute source_location_name.
327 328 329 |
# File 'sig/types.rbs', line 327 def source_location_name @source_location_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
328 329 330 |
# File 'sig/types.rbs', line 328 def @tags end |
#vod_source_name ⇒ ::String
Returns the value of attribute vod_source_name.
329 330 331 |
# File 'sig/types.rbs', line 329 def vod_source_name @vod_source_name end |